color_set_cdl
Set ASC CDL values (Slope, Offset, Power, Saturation) on a timeline clip's current node to apply precise color corrections.
Instructions
Set ASC CDL values on a timeline item's current node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cdl | Yes | CDL dictionary with keys: - "Slope": [R, G, B] floats (default [1,1,1]) - "Offset": [R, G, B] floats (default [0,0,0]) - "Power": [R, G, B] floats (default [1,1,1]) - "Saturation": float (default 1.0) | |
| item_name | Yes | Exact name of the timeline clip. | |
| track_type | No | Track type (default "video"). | video |
| track_index | No | 1-based track number (default 1). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |