create_paint_style
Create a new color style in Figma using RGBA components (0-1) and optional opacity, with '/' in names to group styles into folders.
Instructions
Create a new color style (paint style) in Figma. Use folder notation with '/' in the name to organize styles into groups, e.g., 'teal/teal-50'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | No | Alpha/opacity (0-1, default: 1) | |
| b | Yes | Blue component (0-1) | |
| g | Yes | Green component (0-1) | |
| r | Yes | Red component (0-1) | |
| name | Yes | Name of the color style. Use '/' for grouping, e.g., 'teal/teal-50' |