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


IRandomColorRamp.MaxSaturation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRandomColorRamp Interface > IRandomColorRamp.MaxSaturation Property
ArcGIS Developer Help

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

MaxSaturation is a parameter of type long MaxSaturation [out, retval]
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