ImageData::SetPixelARGB

ImageData::SetPixelARGB
void SetPixelARGB(unsigned x, unsigned y, UInt32 color);
Description

SetPixelARGB sets a pixel at specified coordinates in an image. The method sets only the appropriate channels. For formats that include RGB channels, all three channels are assigned the same value. Alpha value is not specified.

Parameters
Parameters 
Description 
unsigned x 
The x coordinate. 
unsigned y 
The y coordinate. 
UInt32 color 
The color component to be set.