Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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