Trait picto::processing::ditherer::Ditherer [] [src]

pub trait Ditherer<PI, CI, PO, CO> where
    PI: Read<CI>,
    CI: Channel,
    PO: Write<CO>,
    CO: Channel
{ fn dither(input: &Read<PI, CI>, colors: u32) -> Buffer<PO, CO, Vec<CO>>; }

Required Methods

Implementors