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


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

IRasterDefaultsEnv7.UseGamma Property

Indicates if Gamma stretch should be applied.

[Visual Basic .NET]
Public Property UseGamma As Boolean
[C#]
public bool UseGamma {get; set;}
[C++]
HRESULT get_UseGamma(
  VARIANT_BOOL* pUseGamma
);
[C++]
HRESULT put_UseGamma(
  VARIANT_BOOL pUseGamma
);
[C++]

Parameters pUseGamma [out, retval] pUseGamma is a parameter of type VARIANT_BOOL pUseGamma [in] pUseGamma is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterDefaultsEnv7 Interface