The PixelFormatUtils type exposes the following members.
Name | Description | |
---|---|---|
AlphaChannelIndex |
Returns an index of the alpha channel for the specified pixel format. |
|
BitsPerPixel |
Returns number of bits per pixel for specified pixel format. |
|
ChannelCount |
Returns number of channels (including alpha channel) supported by specified pixel format. |
|
ChannelCountWithoutAlpha |
Returns number of color channels (i.e. excluding alpha channel) supported by specified pixel format. |
|
ColorSpace |
Returns color space of the specified pixel format. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasAlpha |
Returns value that specifies whether pixel format supports alpha channel. |
|
IsCmyk |
Returns value that specifies whether pixel format belongs CMYK color space. |
|
IsExtended |
Returns value that specifies whether pixel format is extended (16 bits per channel). |
|
IsGrayScale |
Returns value that specifies whether pixel format is grayscale. |
|
IsIndexed |
Returns value that specifies whether bitmap with this pixel format is indexed. |
|
IsRgb |
Returns value that specifies whether pixel format belongs RGB color space. |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |