gimp.fill_ellipse
Fill an elliptical region on a drawable in GIMP using the foreground color. Specify the center coordinates, width, height, and optional color for precise ellipses.
Instructions
Fill an elliptical 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}. |