SavePix

From Wiki
Revision as of 03:54, 14 August 2005 by Una (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

savePix

Client

Synopsis

savePix {X-coordinate] {Y-coordinate] [number]


Description

The savePix command saves the pixel given by the coordinates, into the memory slot given by number. The color is also saved to #pixCol.

Example

; This will save the color on the screen where your cursor is into
; the number 1 pixel slot to be used with the cmpPix command.
savePix #cursX #cursY 1

See also

cmpPix #pixCol

Main_Page Documentation

Client