Type: object
Attribute | Type | Description |
---|---|---|
source_id | string (Optional) | Color's identifier in the design tool |
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
{
"source_id": "0BEBFEB3-A107-4D1D-A3B0-77D1FBD35F01",
"r": 143,
"g": 152,
"b": 5,
"a": 1
}