Skip to main content

NotesColorObject

Properties

NameDescription
BlueRead-only. The blue component of a color's RGB value.
GreenRead-only. The green component of the color's RGB value.
HueRead-only. The hue component of the color's HSL value.
LuminanceRead-only. The luminance component of the color's HSL value.
NotesColor (NotesColorObject)Read-write. The color's Domino® value.
RedRead-only. The red component of the color's RGB value.
SaturationRead-only. The saturation component of the color's HSL value.

Methods

NameDescription
SetHSLSets an HSL value to the closest Domino® color and RGB value.
SetRGBSets an RGB value to the closest Domino® color and HSL value.

Examples

NameDescription
Examples: Blue propertyThis agent displays the blue RGB value of the background color of a view.
Examples: Luminance propertyThis agent displays the luminance RGB value of the background color of a view.
Examples: NotesColor property (NotesColorObject)This agent writes to the NotesColor property based on user input, then displays all the color properties.