Screen Annotation Color

Type: object

AttributeTypeDescription
namestring (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
}