export type RGB = { red: number; green: number; blue: number; };