pub type R32Uint = Pixel<R, _32, Uint>;
Pixel type alias.
struct R32Uint { pub repr: [u32; 1], }
repr: [u32; 1]
Pixel representation.