Difference between revisions of "$getdot"

From Scriptwiki
Jump to: navigation, search
 
m
 
Line 13: Line 13:
  
 
[[Category:Picture Windows]]
 
[[Category:Picture Windows]]
 +
[[Category:Identifiers]]

Latest revision as of 10:40, 3 February 2011

Returns the RGB color value of the dot at the specified position.

$getdot(@,x,y)

Example

$getdot(@picwin,50,10)

Returns the RGB color value of the dot in @picwin at (50,10)

See Also

  • /drawdot - Draws a dot on a picture window.
  • $rgb - Returns an RGB color value.