[][src]Module dither::color

handling of color modes & color::rgb::RGB.

Re-exports

pub use palette::Palette;

Modules

palette

Structs

RGB

RGB represents a triplet of pixels (r, g, b). RGB<u8>, RGB<i8>, RGB<i16>, and RGB<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