ArcObjects Library Reference (Carto)  

IRasterShader.Gamma Property

The gamma value to be applied.

[Visual Basic .NET]
Public Property Gamma As Double
[C#]
public double Gamma {get; set;}
[C++]
HRESULT get_Gamma(
  double* Gamma
);
[C++]
HRESULT put_Gamma(
  double Gamma
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterShader Interface