ColorRGBtoHSLl Method

See Also     Examples     Applies To

Here for C++, vfp... compatibility. Same method 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 System Convertions





© Copyright 2007 GdPicture All rights reserved.
Documentation MAP.