pub unsafe extern "system" fn ColorRGBToHLS(
    clrrgb: COLORREF,
    pwhue: *mut u16,
    pwluminance: *mut u16,
    pwsaturation: *mut u16
)
Expand description

Required features: "Win32_Foundation"