Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exposes methods that provide information about a pixel format.
Inheritance
The IWICPixelFormatInfo interface inherits from IWICComponentInfo. IWICPixelFormatInfo also has these types of members:
Methods
The IWICPixelFormatInfo interface has these methods.
IWICPixelFormatInfo::GetBitsPerPixel Gets the bits per pixel (BPP) of the pixel format. |
IWICPixelFormatInfo::GetChannelCount Gets the number of channels the pixel format contains. |
IWICPixelFormatInfo::GetChannelMask Gets the pixel format's channel mask. |
IWICPixelFormatInfo::GetColorContext Gets the pixel format's IWICColorContext. |
IWICPixelFormatInfo::GetFormatGUID Gets the pixel format GUID. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | wincodec.h |
See also
Conceptual