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


IRasterShader.Contrast Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterShader.Contrast Property

The contrast to be applied.

[Visual Basic .NET]
Public Property Contrast As Short
[C#]
public short Contrast {get; set;}
[C++]
HRESULT get_Contrast(
  short* Contrast
);
[C++]
HRESULT put_Contrast(
  short Contrast
);
[C++]

Parameters Contrast [out, retval] Contrast is a parameter of type short Contrast [in] Contrast is a parameter of type short

Product Availability

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

See Also

IRasterShader Interface