Drawfill » History » Version 1
Per Amundsen, 02/17/2014 08:08 AM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | */drawfill [-ihnrs] <@window> <color> <color> <x y> [filename] [<x y>...]* |
||
4 | |||
5 | Fills an area with the specified color starting at the specified co-ordinates. |
||
6 | |||
7 | *Switches* |
||
8 | |||
9 | -i - TODO |
||
10 | -h - TODO |
||
11 | -n - Prevents the display from being updated immediately. |
||
12 | -r - Indicates that the color is in RGB format. You can use [[$rgb]](N,N,N) to create an RGB value. |
||
13 | -s - TODO |
||
14 | |||
15 | *Parameters* |
||
16 | |||
17 | <color> - The color used for the fill. |
||
18 | <color> - TODO |
||
19 | <x y> - The coordinate where to fill. |
||
20 | [filename] - TODO |
||
21 | [<x y>...] - TODO |