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


IRasterShader.Contrast Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterShader Interface > IRasterShader.Contrast Property
ArcGIS Developer Help

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(
  System.Int16* Contrast
);
[C++]
Parameters
Contrast [in]

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

Product Availability

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

See Also

IRasterShader Interface