set_fill_color
Set the fill color of a Figma node (text or frame) by specifying its node ID and RGBA color components, with optional alpha for transparency.
Instructions
Set the fill color of a node in Figma can be TextNode or FrameNode
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | No | Alpha component (0-1) | |
| b | Yes | Blue component (0-1) | |
| g | Yes | Green component (0-1) | |
| r | Yes | Red component (0-1) | |
| nodeId | Yes | The ID of the node to modify |