Type Definition rgb::RGB8

source ·
pub type RGB8 = RGB<u8>;
Expand description

8-bit RGB

The colorspace is technically undefined, but generally sRGB is assumed.