Method SetRGB
SetRGB(int, int, RGBValue)
Sets the color of the pixel at the given x and y coordinate.
void SetRGB(int x, int y, RGBValue rgb)
Parameters
Remarks
This routine performs bounds-checks for the coordinate so it can be considered a safe way to manipulate the data.