This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* Saturation
);
[C++] Parameters Saturation [in]
Saturation is a parameter of type long Saturation [out, retval]
Saturation is a parameter of type long*