Interface RgbWithAHexObject

interface RgbWithAHexObject {
    a?: string;
    b: string;
    g: string;
    r: string;
}

Hierarchy

Properties

a? b g r

Properties

a?: string
b: string
g: string
r: string