NotesColorObject
Properties
| Name | Description |
|---|---|
| Blue | Read-only. The blue component of a color's RGB value. |
| Green | Read-only. The green component of the color's RGB value. |
| Hue | Read-only. The hue component of the color's HSL value. |
| Luminance | Read-only. The luminance component of the color's HSL value. |
| NotesColor (NotesColorObject) | Read-write. The color's Domino® value. |
| Red | Read-only. The red component of the color's RGB value. |
| Saturation | Read-only. The saturation component of the color's HSL value. |
Methods
| Name | Description |
|---|---|
| SetHSL | Sets an HSL value to the closest Domino® color and RGB value. |
| SetRGB | Sets an RGB value to the closest Domino® color and HSL value. |
Examples
| Name | Description |
|---|---|
| Examples: Blue property | This agent displays the blue RGB value of the background color of a view. |
| Examples: Luminance property | This 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. |