set_gradient_fill
Apply a gradient fill to a Figma node by specifying start and end colors and an optional angle.
Instructions
Set a gradient fill with a simple angle + 2 colors API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Target node | |
| startColor | Yes | Start color hex | |
| endColor | Yes | End color hex | |
| angle | No | Gradient angle in degrees (default: 180) |