Struct picto::processing::ditherer::palette::Palette [] [src]

pub struct Palette<T: Table, M: Mapper = FloydSteinberg>(_, _);

A palette table and mapper pair.

Trait Implementations

impl<T, M, PI, CI, PO, CO> Ditherer<PI, CI, PO, CO> for Palette<T, M> where
    T: Table,
    M: Mapper,
    PI: Into<Rgba>,
    PI: Read<CI>,
    CI: Channel,
    PO: From<Rgba> + Into<Rgba> + From<PI>,
    PO: Write<CO> + Read<CO>,
    CO: Channel
[src]