Type Definition rgb::RGB8 [−][src]
type RGB8 = RGB<u8>;
8-bit RGB
The colorspace is techincally undefined, but generally sRGB is assumed.
type RGB8 = RGB<u8>;
8-bit RGB
The colorspace is techincally undefined, but generally sRGB is assumed.