LOTUSSCRIPT/COM/OLE CLASSES


SetRGB method
Example

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

Defined in

NotesColorObject

Syntax

notesColor% = notesColorObject.SetRGB( red%, green%, blue% )

Parameters

red%


green%
blue%
Return value

notesColor%


Usage

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

SetRGB sets the RGB properties to the specifications of this method.

SetRGB sets the HSL properties to values that match the Domino color.

Language cross-reference

setRGB method in Java ColorObject class

Example
See Also