LOTUSSCRIPT/COM/OLE CLASSES


SetHSL method
Example

Sets an HSL value to the closest Domino color and RGB value.

Defined in

NotesColorObject

Syntax

notesColor% = notesColorObject.SetHSL( hue%, saturation%, luminance% )

Parameters

hue%


saturation%
luminance%
Return value

notesColor%


Usage

SetHSL sets NotesColor, in addition to the return value, to the closest Domino color.

SetHSL sets the HSL properties to the specifications of this method.

SetHSL sets the RGB properties to values that match the Domino color.

Language cross-reference

setHSL method in Java ColorObject class

Example
See Also