Type: object
| Attribute | Type | Description |
|---|---|---|
| name | Screen Note Color Name (Optional) | Name of the color |
| r | integer | Red component of the color |
| g | integer | Green component of the color |
| b | integer | Blue component of the color |
| a | number | Alpha component of the color |
Example
{
"name": "yellow",
"r": 254,
"g": 207,
"b": 51,
"a": 1
}