pub type R8Unorm = Pixel<R, _8, Unorm>;
Pixel type alias.
struct R8Unorm { pub repr: [u8; 1], }
repr: [u8; 1]
Pixel representation.