PokéRogue
    Preparing search index...

    Interface Rgba

    Values should be in the range 0-255 inclusive

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