LOTUSSCRIPT/COM/OLE CLASSES
Sets an HSL value to the closest Domino color and RGB value.
Defined in
NotesColorObject
Syntax
notesColor% = notesColorObject.SetHSL( hue%, saturation%, luminance% )
Parameters
hue%
notesColor%
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