prettypretty 0.12.0

Applying 2020s color science to 1970s terminal user interfaces
Documentation
1
2
3
4
5
6
7
8
//! State and algorithms for the translation between high- and low-resolution
//! colors.

mod hue_lightness;
mod translator;

pub(crate) use hue_lightness::HueLightnessTable;
pub use translator::Translator;