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