IWICPixelFormatInfo interface
Exposes methods that provide information about a pixel format.
Members
The IWICPixelFormatInfo interface inherits from IWICComponentInfo. IWICPixelFormatInfo also has these types of members:
Methods
The IWICPixelFormatInfo interface has these methods.
| Method | Description |
|---|---|
| GetBitsPerPixel |
Gets the BPP of the pixel format. |
| GetChannelCount |
Gets the number of channels the pixel format contains. |
| GetChannelMask |
Gets the pixel format's channel mask. |
| GetColorContext |
Gets the pixel format's IWICColorContext. |
| GetFormatGUID |
Gets the pixel format GUID. |
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Library |
|
See also