Pixel

Type Alias Pixel 

Source
pub type Pixel = [u8; 4];
Expand description

There are four elements to each pixel corresponding to red, green, blue and N/A respectively. The trailing element of the array is unused, but there to ensure proper conversion to little endian u32.