This method sets the RGB values (or ARGB values) and palette number of the specified pixel in the Device Independent Bitmap (DIB).
Overloaded list:
Retrieves RGB values and palette number from specified pixel
[C#] public bool SetBitmapPixel(int
imgNo, int x, int y, byte palette, byte red, byte green, byte
blue);
Retrieves ARGB values and palette number from specified pixel