GitHub project page

Struct lodepng::Grey [] [src]

pub struct Grey<ComponentType>(_);

Opaque greyscale pixel (acces with px.0)

Trait Implementations

Derived Implementations

impl<ComponentType: Debug> Debug for Grey<ComponentType> where ComponentType: Debug

fn fmt(&self, __arg_0: &mut Formatter) -> Result