Trait picto::processing::ditherer::palette::Table [] [src]

pub trait Table {
    fn table() -> &'static [Color];
}

A palette table.

Required Methods

Implementors