This document is archived and information here might be outdated.  Recommended version.


IRasterDefaultsEnv7.GammaGreenValue Property (ArcObjects .NET 10.4 SDK)
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