track_set_color
Set the RGB color of a specific track in REAPER by providing its index and red, green, blue values (0-255).
Instructions
Set track color (RGB 0-255). Prefer configure_tracks for batch.
Args: track_index: 0-based track index. r: Red 0-255. g: Green 0-255. b: Blue 0-255.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| r | Yes | ||
| g | Yes | ||
| b | Yes |