The PixelFormat type exposes the following members.
Name | Description | |
---|---|---|
ChannelCount |
Gets a number of channels available in this pixel format. |
|
ColorSpace |
Gets a color space of the pixel format. |
|
Format16bppAgrayscale |
Gets a 16bppAGrayScale pixel format. |
|
Format16bppAspot |
Gets a 16bppAspot pixel format. |
|
Format16bppGrayscale |
Gets a 16bppGrayScale pixel format. |
|
Format1bppIndexed |
Gets a 1bppIndexed pixel format. |
|
Format24bppLab |
Gets a 24bppLab pixel format. |
|
Format24bppRgb |
Gets a 24bppRGB pixel format. |
|
Format32bppAgrayscale |
Gets a 32bppAGrayScale pixel format. |
|
Format32bppAlab |
Gets a 32bppALab pixel format. |
|
Format32bppArgb |
Gets a 32bppARGB pixel format. |
|
Format32bppCmyk |
Gets a 32bppCMYK pixel format. |
|
Format32bppRgb |
Gets a 32bppRGB pixel format. |
|
Format40bppAcmyk |
Gets a 40bppACMYK pixel format. |
|
Format48bppLab |
Gets a 48bppLab pixel format. |
|
Format48bppRgb |
Gets a 48bppRGB pixel format. |
|
Format4bppIndexed |
Gets a 4bppIndexed pixel format. |
|
Format64bppAlab |
Gets a 64bppALab pixel format. |
|
Format64bppArgb |
Gets a 64bppARGB pixel format. |
|
Format64bppCmyk |
Gets a 64bppCMYK pixel format. |
|
Format80bppAcmyk |
Gets a 80bppACMYK pixel format. |
|
Format8bppGrayscale |
Gets a 8bppGrayScale pixel format. |
|
Format8bppIndexed |
Gets a 8bppIndexed pixel format. |
|
Format8bppSpot |
Gets a 8bppSpot pixel format. |
|
FormatUnknown |
Gets an undefined pixel format. |
|
HasAlpha |
Gets a value indicating whether the current pixel format supports alpha channel (information about opacity of pixels). |
|
IsCmyk |
Gets a value indicating whether the current pixel format is CMYK. |
|
IsExtended |
Gets a value indicating whether the current pixel format is extended (i.e. 16 bits per channel). |
|
IsGrayscale |
Gets a value indicating whether the current pixel format is grayscale. |
|
IsIndexed |
Gets a value indicating whether the current pixel format is indexed (i.e. 16 bits per channel). |
|
IsLab |
Gets a value indicating whether the current pixel format is Lab. |
|
IsRgb |
Gets a value indicating whether the current pixel format is RGB. |
|
IsSpot |
Gets a value indicating whether the current pixel format is spot. |
|
MaxChannelValue |
Gets a maximum channel value available in this pixel format. |
|
Size |
Gets a size of this pixel format. |