WICCreateColorTransform_Proxy function

Creates an color transform object that implements IWICColorTransform. This COM object supports the free-threaded object model.

Syntax

HRESULT WINAPI WICCreateColorTransform_Proxy(
  _Out_  **ppIColorTransform
);

Parameters

ppIColorTransform [out]

The color transform created.

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
DLL
WindowsCodecsExt.dll