This document is archived and information here might be outdated. Recommended version. |
The lightness component of an IHlsColor (0-100).
[Visual Basic .NET]
Public Property Lightness As Integer
[C#]
public int Lightness {get; set;}
[C++]
HRESULT get_Lightness(
long Lightness
);
[C++]
HRESULT put_Lightness(
System.Int32* Lightness
);
[C++] Parameters Lightness [in]
Lightness is a parameter of type long Lightness [out, retval]
Lightness is a parameter of type long*