LOTUSSCRIPT/COM/OLE CLASSES


NotesColor property
Example

Read-write. The color's Domino value.

Defined in

NotesColorObject

Data type

Integer

Syntax

To get: notesColor% = notesColorObject.NotesColor

To set: notesColorObject.NotesColor = notesColor%

Usage

The value of this property must be in the range 0-240.

SetHSL and SetRGB set this property.

Setting this property sets the RGB and HSL properties.

Language cross-reference

NotesColor property in Java ColorObject class

Example