$getdot

From Scriptwiki
Jump to: navigation, search

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.