ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv7.GammaRedValue Property

Gamma red value.

[Visual Basic .NET]
Public Property GammaRedValue As Double
[C#]
public double GammaRedValue {get; set;}
[C++]
HRESULT get_GammaRedValue(
  double* pRedGamma
);
[C++]
HRESULT put_GammaRedValue(
  double pRedGamma
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterDefaultsEnv7 Interface