set_statetree_color
Add or update a color in a StateTree asset's theme by specifying the asset path, color name, and hex or RGBA value.
Instructions
Add or update a color in the StateTree theme.
Args: asset_path: Content path to the StateTree asset name: Display name for the color color: Color as hex "#RRGGBB" or "R,G,B,A" floats (e.g. "0.5,0.2,0.8,1.0")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | Yes | ||
| asset_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |