Module dither::color[][src]

handling of color modes & RGB.

Re-exports

pub use palette::Palette;

Modules

palette

Structs

RGB

RGB represents a triplet of pixels (r, g, b). u8, i8, i16, and u16 are all one-word COPY types.

Enums

Error

An error handling the --color input option.

Mode

Mode is the color mode the program runs in. Corresponds to Opt --color