DrawPC
Draw point with given color and intensity
Syntax: DrawPC(wi, color, int=128)
wi
walker or square indexcolor
requested colorint
requested 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 2cORANGE
with max intensity
See also: DrawPoint, DrawSide, DrawSquare, DrawCross
Last updated
Was this helpful?