set_fill_color
Modify the fill color of TextNode or FrameNode elements in Figma, enabling automated design adjustments through programmatic commands.
Instructions
Set the fill color of a node in Figma can be TextNode or FrameNode
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}