GetPixel() retrieves the red, green, blue, and alpha values for a specified pixel. This is for convenience and prototyping - for high-speed image processing you'll need to work more directly with the image buffer.
Definition at line 806 of file CATImage.cpp. References CATCOLOR::a, CATCOLOR::b, CATCOLOR::g, GetPixel(), and CATCOLOR::r.
|