interface PRGB {
    b: string;
    g: string;
    r: string;
}

Hierarchy (view full)

Properties

b g r

Properties

b: string
g: string
r: string