Skip to content

Add handy function to get pixel color at position x,y

Jeremy Soller requested to merge robbycerantola:master into master

Created by: robbycerantola

getpixel() this is another little function which I use a lot. It may be worth having it in orbclient.
I've updated the example to show the hex color value when moving the mouse across the window and to test that if the function is fed with wrong coordinates it wont panic.

Merge request reports