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

pub struct Best;

Trait Implementations

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