chromatic 0.1.0

A small utility library for building and sampling colour maps.
Documentation
1
2
3
4
5
mod colour;
mod convert;

pub use colour::Colour;
pub use convert::Convert;