_Added in 1.9.0_ */drawfill [-ihnrs] <@window> <color> <color> <x y> [filename] [<x y>...]* Fills an area with the specified color starting at the specified co-ordinates. *Switches* -i - TODO -h - TODO -n - Prevents the display from being updated immediately. -r - Indicates that the color is in RGB format. You can use [[$rgb]](N,N,N) to create an RGB value. -s - TODO *Parameters* <color> - The color used for the fill. <color> - TODO <x y> - The coordinate where to fill. [filename] - TODO [<x y>...] - TODO