DrawableImage::SetPixel

DrawableImage::SetPixel
void SetPixel(SInt32 x, SInt32 y, Color c);
Description

SetPixel sets the pixel value without alpha.

Parameters
Parameters 
Description 
SInt32 x 
The x position of the pixel whose value changes. 
SInt32 y 
The y position of the pixel whose value changes. 
Color c 
The resulting RGB color for the pixel.