Type Alias Rgb

Rgb: {
    b: number;
    g: number;
    opacity: number;
    r: number;
    space?: "srgb";
}