GitHub project page

Struct lodepng::GreyAlpha [] [src]

pub struct GreyAlpha<ComponentType>(_, _);

Greyscale pixel with alpha (px.1 is alpha)

Trait Implementations

Derived Implementations

impl<ComponentType: Debug> Debug for GreyAlpha<ComponentType> where ComponentType: Debug, ComponentType: Debug

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