ggirard Posted August 8, 2006 Posted August 8, 2006 Hi, Everything is in the title I need to check the color of a pixel at a given location. Is there a function to do that ? Thank you G.
/dev/null Posted August 8, 2006 Posted August 8, 2006 (edited) Hi,Everything is in the title I need to check the color of a pixel at a given location.Is there a function to do that ?Thank youG.Hm.. GET the COLOR of a PIXEL --> PixelGetColor()CheersKurt Edited August 8, 2006 by /dev/null __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
win2k Posted August 8, 2006 Posted August 8, 2006 Hi,Everything is in the title I need to check the color of a pixel at a given location.Is there a function to do that ?Thank youG.Sure PixelGetColor(x,y) will do it, it returns the decimal value of the pixels color at the given x,y coordinate
ggirard Posted August 8, 2006 Author Posted August 8, 2006 Hm.. GET the COLOR of a PIXEL --> PixelGetColor()CheersKurtOk my mistake )
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now