See Also Examples Applies To
Here for C++, vfp... compatibility. Same method as ColorHSLtoRGB().
Syntax
object.ColorHSLtoRGBl (nHueValue, nSaturationValue, nLightnessValue, *nRedReturn, *nGreenReturn, *nBlueReturn)
The ColorHSLtoRGBl syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nHueValue | Required. Single. |
| nSaturationValue | Required. Single. |
| nLightnessValue | Required. Single. |
| *nRedReturn | Required. Long. |
| *nGreenReturn | Required. Long. |
| *nBlueReturn | Required. Long. |
Category
Color System Convertions