.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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