$imageFill
Fill an image with a specific color
Usage
$imageFill[color;x;y;width;height;opacity]
1
Colors:
Accepts hex or Common Color Names like gray or 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:
Member01/03/2025
!!exec $imageCreate[300;300]
$imageFill[gray]
$image[$imageOutput]
Custom Command Bot 01/03/2025
Example 2:
Member01/03/2025
!!exec $imageCreate[300;300]
$imageFill[gray]
$imageFill[red;100;100;50;50]
$image[$imageOutput]
Custom Command Bot 01/03/2025