drawing_fillRectangle
Fill a rectangle on a drawing canvas with a specified color by defining top-left coordinates, width, height, and RGB values using the mcp-painter tool.
Instructions
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 |