Changes the color of solid color layers in your composition. Supports multiple color formats for flexibility in how you specify colors.Documentation Index
Fetch the complete documentation index at: https://nexrender.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Examples
Using RGB array (0-1 range)
Using RGB array (0-255 range)
Using hex color
Targeting specific composition
Parameters
Name of the solid color layer
Color in multiple formats:
- RGB arrays:
[1,1,1](0-1 range) or[255,255,255](0-255 range) - Hex strings:
#ffffff
Name/ID of the composition (optional)

