Difference between revisions of "SavePix"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
__NOTOC__
+
{{command header|client}}
== savePix ==
+
'''Client'''
+
=== Synopsis ===
+
savePix {X-coordinate] {Y-coordinate] [number]
+
  
 
+
{{body|savePix {X-coordinate] {Y-coordinate] [number]|The savePix command saves the pixel given by the coordinates, into the memory slot given by number. The color is also saved to #pixCol.}}
=== 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 ===
 
=== Example ===
Line 16: Line 10:
 
</pre>
 
</pre>
  
=== See also ===
+
{{footer}}
{|
+
| Width=200px | [[cmpPix|cmpPix]] || Width=200px | [[Var_pixCol|&#0035;pixCol]]
+
|}
+
 
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Client |Client ]]
+
|}
+

Revision as of 11:17, 27 August 2005


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

Main Page Documentation