Project

General

Profile

Drawdot » History » Revision 6

Revision 5 (Per Amundsen, 07/12/2016 12:26 AM) → Revision 6/7 (Per Amundsen, 07/17/2016 04:01 AM)

_Added in 1.9.0_ 

 */drawdot [-ihnr] <@window> <color> <size> <x y> [<x y>...]* 

 Draws a dot using the specified color and size at the x,y co-ordinates. Multiple co-ordinates can be provided. 

 *Switches* 

 -i - Draws in inverse mode. TODO 
 -h - Highlights the windows icon if it is minimized. 
 -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. 

 *Parameters* 

 <@window> - The picture window to draw in. 
 <color> - Color off the dot to draw. 
 <size> - Size of the dot to draw. 
 <x y> - x,y co-ordinates to draw at. 
 [<x y>...] - Additional x,y co-ordinates to draw at.