See Also Examples Applies To
Here for C++, vfp... compatibility. Same function as ColorRGBtoHSL().
Syntax
object.ColorRGBtoHSLl (nRedValue, nGreenValue, nBlueValue, *nHueReturn, *nSaturationReturn, *nLightnessReturn)
The ColorRGBtoHSLl syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nRedValue | Required. Long. |
| nGreenValue | Required. Long. |
| nBlueValue | Required. Long. |
| *nHueReturn | Required. Single. |
| *nSaturationReturn | Required. Single. |
| *nLightnessReturn | Required. Single. |
Category
Color management & Color space conversion