ArcObjects Library Reference (Display)  

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(
  long Saturation
);
[C++]

Parameters

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