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


IRasterDefaultsEnv7.GammaBlueValue Property (ArcObjects .NET 10.6 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(
  System.Double* pBlueGamma
);
[C++]

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

Product Availability

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

See Also

IRasterDefaultsEnv7 Interface