From wiki.swiftlytilting.com
WinBinder Manual/wb get pixel
Returns the RGB color value of the pixel at the given coordinates.
Syntax
int wb_get_pixel (int source, int xpos, int ypos)
- source may be a WinBinder object, a window handle, a drawing surface or a bitmap.
Returns
Returns NOCOLOR if an error occurs.
See also