ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv7.GammaGreenValue Property

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(
  double pGreenGamma
);
[C++]

Parameters

pGreenGamma [out, retval]   pGreenGamma is a parameter of type double pGreenGamma [in]   pGreenGamma is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterDefaultsEnv7 Interface