DrawableImage::SetPixel32

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

SetPixels32 sets the pixel value with 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 ARGB color for the pixel. If the bitmap is opaque (not transparent), the alpha transparency portion of this color value is ignored. 
Return Value