CMFCColorPickerCtrl::GetHLS
Retrieves the hue, luminance and saturation values of the color that the user selects.
void GetHLS(
double* hue,
double* luminance,
double* saturation
);
Parameters
[out] hue
Pointer to a variable of type double that receives hue information.[out] luminance
Pointer to a variable of type double that receives luminance information.[out] saturation
Pointer to a variable of type double that receives saturation information.
Requirements
Header: afxcolorpickerctrl.h