This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IH > IHlsColor Interface > IHlsColor.Lightness Property (ArcObjects .NET 10.5 SDK) |
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(
long Lightness
);
[C++]
Parameters Lightness [out, retval] Lightness is a parameter of type long Lightness [in] Lightness is a parameter of type long