IWICColorTransform interface
Exposes methods that transforms an IWICBitmapSource from one color context to another.
Members
The IWICColorTransform interface inherits from IWICBitmapSource. IWICColorTransform also has these types of members:
Methods
The IWICColorTransform interface has these methods.
| Method | Description |
|---|---|
| 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
|
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 |
|
|
DLL |
|