add_solid_layer
Add a solid color layer to an After Effects composition for creating backgrounds, overlays, or color fills. New layers appear on top by default.
Instructions
Add a solid color layer to a composition. Note: New layers are added on TOP (Layer 1). For backgrounds, create them last or use reorder_layers.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compId | Yes | ID of the composition | |
| name | No | Name of the layer | Solid |
| color | No | RGB color values (0-1) | |
| width | No | Width in pixels (defaults to comp width) | |
| height | No | Height in pixels (defaults to comp height) |