Personal tools
From wiki.swiftlytilting.com
Jump to: navigation, search

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

Winbinder Projects