replace-react-color API - v4.1.2
    Preparing search index...

    Interface HSL

    interface HSL {
        a?: number;
        h: number;
        l: number;
        s: number;
    }
    Index

    Properties

    a? h l s

    Properties

    a?: number
    h: number
    l: number
    s: number