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

    Interface RGB

    interface RGB {
        a?: number;
        b: number;
        g: number;
        r: number;
    }
    Index

    Properties

    a? b g r

    Properties

    a?: number
    b: number
    g: number
    r: number