gimp.fill_rect
Fill a rectangular region on a GIMP drawable using the foreground color. Provide coordinates, width, and height to paint a solid rectangle.
Instructions
Fill a rectangular region on a drawable using the foreground color.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_id | Yes | ||
| drawable_id | Yes | ||
| x | Yes | ||
| y | Yes | ||
| width | Yes | ||
| height | Yes | ||
| color | No | CSS color string, [r,g,b], [r,g,b,a], or {r,g,b,a}. |