@kurkle/color - v0.4.0
    Preparing search index...

    Interface RGBA

    RGBA color type

    interface RGBA {
        a: number;
        b: number;
        g: number;
        r: number;
    }
    Index

    Properties

    a b g r

    Properties

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