Interface RGB

interface RGB {
    r: number;
    g: number;
    b: number;
}

Properties

r g b

Properties

r: number
g: number
b: number