photoshop_fill_layer
Fill the active layer with a custom RGB color by specifying red, green, and blue values. Use this to apply a solid color fill to the current layer.
Instructions
Fill the active layer with a color
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| red | Yes | Red component (0-255) | |
| blue | Yes | Blue component (0-255) | |
| green | Yes | Green component (0-255) | |
| document_id | No | Optional Photoshop document id from photoshop_get_state / photoshop_list_documents. When set, the tool activates that document before running so a UI tab switch cannot retarget the edit. |