pub type GRB8 = Grb<u8>;
8-bit GRB
struct GRB8 { pub g: u8, pub r: u8, pub b: u8, }
g: u8
Green Component
r: u8
Red Component
b: u8
Blue Component