Screen Note Color

Type: object

AttributeTypeDescription
nameScreen Note Color Name (Optional)Name of the color
rintegerRed component of the color
gintegerGreen component of the color
bintegerBlue component of the color
anumberAlpha component of the color

Example

{
  "name": "yellow",
  "r": 254,
  "g": 207,
  "b": 51,
  "a": 1
}