set_fill_color
Change the fill color of a text or frame node in Figma by providing the node ID and RGBA values.
Instructions
Set the fill color of a node in Figma can be TextNode or FrameNode
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to modify | |
| r | Yes | Red component (0-1) | |
| g | Yes | Green component (0-1) | |
| b | Yes | Blue component (0-1) | |
| a | No | Alpha component (0-1) |