SetPixel() sets 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 879 of file CATImage.cpp. References CATCOLOR::a, CATCOLOR::b, CATCOLOR::g, CATCOLOR::r, and SetPixel().
|