Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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