set_color_value
Set RGBA color values on effect properties like tint or fill for a specified clip component.
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 |