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


IHsvColor.Saturation Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IHsvColor.Saturation Property

The saturation component of an IhsvColor (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 HsvColor object. The valid value range is 0-100.

See Also

IHsvColor Interface