Hi all,
Is it possible to read the color of a specific pixel on an image?
What I'd like to get is something like this:
The origColor would later be used to restore it as it was.
Hope I'm making at least a bit sense?
Gtz,
Kristof
Is it possible to read the color of a specific pixel on an image?
What I'd like to get is something like this:
Code:
origColor = getPixelColor(x,y);
setPixelColor(x,y,'FF0000');
The origColor would later be used to restore it as it was.
Hope I'm making at least a bit sense?
Gtz,
Kristof