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


IRasterDefaultsEnv7.GammaBlueValue 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.GammaBlueValue Property
ArcGIS Developer Help

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