Set Color Value
set_color_valueAssign RGBA color values to an effect property on a clip, such as tint or fill color, by specifying node, component, and property.
Instructions
Set a color value on an effect property (e.g., tint color, fill color)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| red | Yes | Red (0-255) | |
| blue | Yes | Blue (0-255) | |
| alpha | Yes | Alpha (0-255) | |
| green | Yes | Green (0-255) | |
| node_id | Yes | Node ID of the clip | |
| property_name | Yes | Name of the color property | |
| component_name | Yes | Name of the component/effect |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |