RgbColor

type RgbColor = {
    red: number,
    green: number,
    blue: number
}

Last updated