Table of Contents

TDrawingColor.HSL Property

Returns the color when this structure has an HSL color, as a 0xHHSSLL integer.

If you try to read the value of this property and ColorType is not the right kind, an Exception will be raised.

Syntax

Namespace: FlexCel.Core

public THSLColor HSL { get; }

See also