set_range_fills
Change the color of a specific text range within a Figma text node by providing node ID, start and end indices, and RGB color values.
Instructions
Set the text color for a specific text range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End index of the range (exclusive) | |
| color | Yes | Text color | |
| start | Yes | Start index of the range (inclusive) | |
| nodeId | Yes | The ID of the text node |