Drawdot » History » Version 2
Per Amundsen, 02/16/2014 08:06 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | 2 | Per Amundsen | */drawdot [-ihnr] <@window> <color> <size> <x y> [<x y>...]* |
4 | 1 | Per Amundsen | |
5 | Draws a dot using the specified color and size at the x,y co-ordinates. Multiple co-ordinates can be provided. |
||
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 | |||
14 | *Parameters* |
||
15 | |||
16 | 2 | Per Amundsen | <@window> - The picture window to draw in. |
17 | 1 | Per Amundsen | <color> - Color off the dot to draw. |
18 | <size> - Size of the dot to draw. |
||
19 | <x y> - x,y co-ordinates to draw at. |
||
20 | [<x y>...] - Additional x,y co-ordinates to draw at. |