pub trait PixelData { // Required method fn pixeldata(&self) -> &[u8] ⓘ; }
Access raw color component data at the pixel level
Access Pixeldata from a Pixfmt