This document is archived and information here might be outdated. Recommended version. |
Gamma green value.
[Visual Basic .NET]
Public Property GammaGreenValue As Double
[C#]
public double GammaGreenValue {get; set;}
[C++]
HRESULT get_GammaGreenValue(
double pGreenGamma
);
[C++]
HRESULT put_GammaGreenValue(
System.Double* pGreenGamma
);
[C++] Parameters pGreenGamma [in]
pGreenGamma is a parameter of type double pGreenGamma [out, retval]
pGreenGamma is a parameter of type double*