Color Data

Type: object

AttributeTypeDescription
source_idstring (Optional)Color's identifier in the design tool
rintegerRed component of the color
gintegerGreen component of the color
bintegerBlue component of the color
anumberAlpha component of the color

Example

{
  "source_id": "0BEBFEB3-A107-4D1D-A3B0-77D1FBD35F01",
  "r": 143,
  "g": 152,
  "b": 5,
  "a": 1
}