This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IH > IHlsColor Interface > IHlsColor.Saturation Property (ArcObjects .NET 10.4 SDK) |
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