Skip to main content
Changes the color of solid color layers in your composition. Supports multiple color formats for flexibility in how you specify colors.

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)