JAVA/CORBA CLASSES


setHSL method
Example

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

Defined in

ColorObject

Syntax

public int setHSL(int hue, int saturation, int luminance)
   throws NotesException

Parameters

int hue


int saturation
int luminance
Return value

int


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

Example
See Also