Type Alias Rgb

Source
type Rgb = (u8, u8, u8);
Expand description

RGB value of one color