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


IRasterDefaultsEnv7.GammaGreenValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv7 Interface > IRasterDefaultsEnv7.GammaGreenValue Property
ArcGIS Developer Help

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(
  System.Double* pGreenGamma
);
[C++]
Parameters
pGreenGamma [in]

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

Product Availability

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

See Also

IRasterDefaultsEnv7 Interface