set_cdl
Apply slope, offset, power, and saturation values as a color decision list to a specified color grading node.
Instructions
Apply CDL (Color Decision List) values to a node.
Parameters:
node_index: 1-based node index
slope: RGB slope as space-separated string (default: "1.0 1.0 1.0")
offset: RGB offset as space-separated string (default: "0.0 0.0 0.0")
power: RGB power as space-separated string (default: "1.0 1.0 1.0")
saturation: Saturation value (default: 1.0)
track_type/track_index/item_index: Clip locator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_index | Yes | ||
| slope | No | 1.0 1.0 1.0 | |
| offset | No | 0.0 0.0 0.0 | |
| power | No | 1.0 1.0 1.0 | |
| saturation | No | ||
| track_type | No | video | |
| track_index | No | ||
| item_index | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |