Add handy function to get pixel color at position x,y
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.