This document is archived and information here might be outdated. Recommended version. |
The color mapping information for color correction.
[Visual Basic .NET]
Public Property DodgingTable As Object
[C#]
public object DodgingTable {get; set;}
[C++]
HRESULT get_DodgingTable(
IUnknown Pointer* ppDodgingTable
);
[C++]
HRESULT putref_DodgingTable(
LPUNKNOWN ppDodgingTable
);
[C++] Parameters ppDodgingTable [out, retval]
ppDodgingTable is a parameter of type IUnknown* ppDodgingTable [in]
ppDodgingTable is a parameter of type IUnknown