interface PRGBA {
    a: number;
    b: string;
    g: string;
    r: string;
}

Hierarchy (view full)

Properties

a b g r

Properties

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