Type: object
Attribute | Type | Description |
---|---|---|
type | string ("color" or "gradient" ) | Type of the fill |
color | Color Data (Optional) | - |
gradient | Gradient (Optional) | - |
blend_mode | Blend Mode (Optional) | - |
Example
{
"type": "color",
"color": {
"source_id": "0BEBFEB3-A107-4D1D-A3B0-77D1FBD35F01",
"r": 143,
"g": 152,
"b": 5,
"a": 1
}
}