$imageFill

Fill image with specific color name

Usage

$imageFill[color;x;y;width;height;opacity]

Colors:

Accept Color Hex or Common Color Names like gray, black

Position: X & Y

You can read more about X, Y here

Size: Width & Height

You can read more about Width, Height here

Example 1:

Member04/02/2024
!!exec $imageCreate[300;300]
$imageFill[gray]
$image[$imageOutput]

Custom Command Bot 04/02/2024

Example 2:

Member04/02/2024
!!exec $imageCreate[300;300]
$imageFill[gray]
$imageFill[red;100;100;50;50]
$image[$imageOutput]

Custom Command Bot 04/02/2024