Search Results for

    Show / Hide Table of Contents

    THSLColor.Create Method

    Overloads

    • THSLColor.Create(TUIColor)
    • THSLColor.Create(TColor)
    • THSLColor.Create(Double, Double, Double)

    THSLColor.Create(TUIColor)

    Creates a new instance from a system color.

    Syntax

    Unit: FlexCel.Core

    class function THSLColor.Create(const rGBColor: TUIColor): THSLColor; static; overload;

    Parameters

    <-> Parameter Type Description
    const rGBColor TUIColor

    See also

    • THSLColor

    THSLColor.Create(TColor)

    Creates a new instance from a system color.

    Syntax

    Unit: FlexCel.Core

    class function THSLColor.Create(const rGBColor: TColor): THSLColor; static; overload;

    Parameters

    <-> Parameter Type Description
    const rGBColor TColor

    See also

    • THSLColor

    THSLColor.Create(Double, Double, Double)

    Creates a Color from the hue, saturation and luminescence.

    Syntax

    Unit: FlexCel.Core

    class function THSLColor.Create(aHue: Double; aSat: Double; aLum: Double): THSLColor; static; overload;

    Parameters

    <-> Parameter Type Description
    aHue Double Hue for the color
    aSat Double Saturation for the color.
    aLum Double Luminescence for the color.

    See also

    • THSLColor
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com