Difference between revisions of "Tv GetPixel"

From TVPaintWiki
Jump to: navigation, search
(Created page with 'Category:Script commands Category:Script commands Colors Category:George tv_GetPixel x y Indicates the color of a pixel in the current image in the current layer. T…')
 
 
Line 2: Line 2:
 
[[Category:Script commands Colors]]
 
[[Category:Script commands Colors]]
 
[[Category:George]]
 
[[Category:George]]
 +
<<<[[George]]<<<[[George Command Reference|Command Reference]]<<<[[George Commands : Color|Color]]
  
tv_GetPixel x y
+
tv_GetPixel x y
  
 
Indicates the color of a pixel in the current image in the current layer. The x and y arguments are the coordinates of this pixel. This command returns the red, green, blue and alpha information, defining the values of the color components used by the pixel. Each value is between 0 and 255.
 
Indicates the color of a pixel in the current image in the current layer. The x and y arguments are the coordinates of this pixel. This command returns the red, green, blue and alpha information, defining the values of the color components used by the pixel. Each value is between 0 and 255.

Latest revision as of 08:47, 31 December 2011

<<<George<<<Command Reference<<<Color

tv_GetPixel x y

Indicates the color of a pixel in the current image in the current layer. The x and y arguments are the coordinates of this pixel. This command returns the red, green, blue and alpha information, defining the values of the color components used by the pixel. Each value is between 0 and 255.