rfw2d
    Preparing search index...

    Interface RGBA

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    a b g r

    Properties

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