set_color_value
Set the RGBA color value of an effect property on a clip, such as tint or fill color.
Instructions
Set a color value on an effect property (e.g., tint color, fill color)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| component_name | Yes | Name of the component/effect | |
| property_name | Yes | Name of the color property | |
| alpha | Yes | Alpha (0-255) | |
| red | Yes | Red (0-255) | |
| green | Yes | Green (0-255) | |
| blue | Yes | Blue (0-255) |