Type Definition xyz::Rgb [] [src]

type Rgb = [u8; 3];

Represents a color in RGB form.