SetPixels32 sets the pixel value with alpha.
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. |