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


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