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


IHlsColor.Saturation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IH > IHlsColor Interface > IHlsColor.Saturation Property
ArcGIS Developer Help

IHlsColor.Saturation Property

The saturation component of an HlslColor (0-100).

[Visual Basic .NET]
Public Property Saturation As Integer
[C#]
public int Saturation {get; set;}
[C++]
HRESULT get_Saturation(
  long Saturation
);
[C++]
HRESULT put_Saturation(
  System.Int32* Saturation
);
[C++]
Parameters
Saturation [in]

Saturation is a parameter of type long Saturation [out, retval]
Saturation is a parameter of type long*

Product Availability

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

Description

Saturation is the value of the saturation component of a HlsColor object. The valid value range is 0-100.

See Also

IHlsColor Interface