ArcObjects Library Reference (Display)  

IRandomColorRamp.MaxSaturation Property

The maximum saturation (0-100).

[Visual Basic .NET]
Public Property MaxSaturation As Integer
[C#]
public int MaxSaturation {get; set;}
[C++]
HRESULT get_MaxSaturation(
  long* MaxSaturation
);
[C++]
HRESULT put_MaxSaturation(
  long MaxSaturation
);
[C++]

Parameters

MaxSaturation [out, retval]   MaxSaturation is a parameter of type long MaxSaturation [in]   MaxSaturation is a parameter of type long

Product Availability

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

Description

MaxSaturation is maximum saturation any random color can be (0-100).

See Also

IRandomColorRamp Interface

.NET Related Topics

Defining a renderer for a layer