Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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