ArcObjects Library Reference  (Display)    

IHlsColor Interface

Provides access to members that control the HLS color model.

Product Availability

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

Description

IHlsColor maintains information about a Color by using the HLS (Hue, Saturation, Lightness) color model.

Members

Description
Read/write property CMYK The CMYK value of color.
Method GetCIELAB The CIELAB value of color.
Read/write property Hue The hue component of an IHlsColor (0-360).
Read/write property Lightness The lightness component of an IHlsColor (0-100).
Read/write property NullColor Indicates whether this color is null.
Read/write property RGB The RGB value of color.
Read/write property Saturation The saturation component of an HlslColor (0-100).
Method SetCIELAB The CIELAB value of color.
Read/write property Transparency The Alpha Blending value. (0 for transparent, 255 for opaque).
Read/write property UseWindowsDithering Indicates if colors should be dithered to simulate colors that aren't supported by the display. This only applies on displays that have 256 or fewer colors.

Inherited Interfaces

Interfaces Description
IColor Provides access to members that control the basic color interface.

CoClasses that implement IHlsColor

CoClasses and Classes Description
HlsColor A color in the HLS(Hue, Luminance, Saturation) color system.

See Also

IHlsColor Interface | IGrayColor Interface | IHsvColor Interface | IRgbColor Interface

 


Feedback Send feedback on this page