Struct picto::processing::ditherer::neuquant::Worst [] [src]

pub struct Worst;

Trait Implementations

impl<PI, CI, PO, CO> Ditherer<PI, CI, PO, CO> for Worst where
    PI: Into<Rgba>,
    PI: Read<CI>,
    CI: Channel,
    PO: From<Rgba> + Into<Rgba> + From<PI>,
    PO: Write<CO> + Read<CO>,
    CO: Channel
[src]