Examples
Using RGB array (0-1 range)
Using RGB array (0-255 range)
Using hex color
Targeting specific composition
Parameters
string
required
Name of the solid color layer
array | string
required
Color in multiple formats:
- RGB arrays:
[1,1,1](0-1 range) or[255,255,255](0-255 range) - Hex strings:
#ffffff
string
default:"null"
Name/ID of the composition (optional)

