DrawPC
Draw point with given color and intensity
Syntax: DrawPC(wi, color, int=128)
wiwalker or square indexcolorrequested colorintrequested intensity
Notes: Draw spot with given color and intensity to the place defined by the walker or index passed. Given values do not modify current color and current intensity. They apply just for one call of this function.
Example:
DrawPC(GetCursor(),WHITE), draw a white spot at the cursorDrawPC(2,cORANGE,256), draw to square index 2cORANGEwith max intensity
See also: DrawPoint, DrawSide, DrawSquare, DrawCross
Last updated