@OPEN-KAPPA/COLORS
    Preparing search index...

    Type Alias HslJson

    The JSON representation of an HSL color.

    type HslJson = {
        h: number;
        l: number;
        s: number;
    }
    Index

    Properties

    h l s

    Properties

    h: number

    The h component.

    l: number

    The l component.

    s: number

    The s component.