This document is archived and information here might be outdated. Recommended version. |
The greyscale coversion parameters (weights).
[Visual Basic .NET] Public Property ConversionParameters As IDoubleArray
[C#] public IDoubleArray ConversionParameters {get; set;}
[C++]
HRESULT get_ConversionParameters(
IDoubleArray** ppParameters
);
[C++]
HRESULT putref_ConversionParameters(
IDoubleArray* ppParameters
);
[C++]
Parameters ppParameters [out, retval]
ppParameters is a parameter of type IDoubleArray** ppParameters [in]
ppParameters is a parameter of type IDoubleArray*