Overload List
| Name | Description | 
|---|---|
| SetPixel(Int32, Int32, IECMYK) | 
            Sets pixel value for CMYK images.
              | 
| SetPixel(Int32, Int32, IERGB48) | 
            Sets pixel value for RGB 48 bit images.
              | 
| SetPixel(Int32, Int32, IERGBA) | 
            Set pixel value for color images
              | 
| SetPixel(Int32, Int32, Byte) | 
            Set pixel value for 8 bit paletted (256 colors) or 8 bit gray scale (256 gray levels) images
              | 
| SetPixel(Int32, Int32, Int32) | 
            Set pixel value for black/white images
              | 
| SetPixel(Int32, Int32, Single) | 
            Set pixel value for 32 bit float point images
              | 
| SetPixel(Int32, Int32, UInt16) | 
            Set pixel value for 16 bit gray scale (65536 gray levels) images
              |