This document is archived and information here might be outdated. Recommended version. |
The spectral conversion matrix.
[Visual Basic .NET] Public Property ConversionMatrix As IDoubleArray
[C#] public IDoubleArray ConversionMatrix {get; set;}
[C++]
HRESULT get_ConversionMatrix(
IDoubleArray** ppMatrix
);
[C++]
HRESULT putref_ConversionMatrix(
IDoubleArray* ppMatrix
);
[C++] Parameters ppMatrix [out, retval]
ppMatrix is a parameter of type IDoubleArray** ppMatrix [in]
ppMatrix is a parameter of type IDoubleArray*