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


IRasterDefaultsEnv7.GammaBlueValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv7.GammaBlueValue Property

Gamma blue value.

[Visual Basic .NET]
Public Property GammaBlueValue As Double
[C#]
public double GammaBlueValue {get; set;}
[C++]
HRESULT get_GammaBlueValue(
  double* pBlueGamma
);
[C++]
HRESULT put_GammaBlueValue(
  double pBlueGamma
);
[C++]

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

Product Availability

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

See Also

IRasterDefaultsEnv7 Interface