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