mcp-painter
by flrngel
Verified
drawing_fillRectangle
Fill a rectangle on the drawing canvas with a specified color and coordinates.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
color | Yes | Color to fill the rectangle with (RGB) | |
height | Yes | Height of the rectangle | |
width | Yes | Width of the rectangle | |
x | Yes | X coordinate of the top-left corner of the rectangle | |
y | Yes | Y coordinate of the top-left corner of the rectangle |