Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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