ArcObjects Library Reference (Display)  

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(
  long Lightness
);
[C++]

Parameters

Lightness [out, retval]   Lightness is a parameter of type long Lightness [in]   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