JAVA/CORBA CLASSES


setRGB method
Example

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

Defined in

ColorObject

Syntax

public int setRGB(int red, int green, int blue)
   throws NotesException

Parameters

int red


int green
int blue
Return value

int


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 LotusScript NotesColorObject class

Example
See Also