Type Alias RGB8
type RGB8 = Rgb<u8>
8-bit RGB
The colorspace is technically undefined, but generally sRGB is assumed.
RGB8type RGB8 = Rgb<u8>
8-bit RGB
The colorspace is technically undefined, but generally sRGB is assumed.