Trait agg::PixelData

source ·
pub trait PixelData {
    fn pixeldata(&self) -> &[u8] ;
}
Expand description

Access raw color component data at the pixel level

Required Methods

Implementors

Access Pixeldata from a Pixfmt