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


IHlsColor.Lightness Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IH > IHlsColor Interface > IHlsColor.Lightness Property
ArcGIS Developer Help

IHlsColor.Lightness Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Lightness is the value of the lightness component of a HlsColor object. The valid value range is 0-100.

See Also

IHlsColor Interface