IWICColorTransform interface (wincodec.h)
Exposes methods that transforms an IWICBitmapSource from one color context to another.
Inheritance
The IWICColorTransform interface inherits from IWICBitmapSource. IWICColorTransform also has these types of members:
Methods
The IWICColorTransform interface has these methods.
IWICColorTransform::Initialize Initializes an IWICColorTransform with a IWICBitmapSource and transforms it from one IWICColorContext to another. |
Remarks
A IWICColorTransform is an imaging pipeline component that knows how to pull pixels obtained from a given IWICBitmapSource through a color transform. The color transform is defined by mapping colors from the source color context to the destination color context in a given output pixel format.
Once initialized, a color transform cannot be reinitialized. Because of this, a color transform cannot be used with multiple sources or varying parameters.
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 |