1 unstable release
Uses old Rust 2015
0.1.0 | Apr 14, 2018 |
---|
#239 in Multimedia
14KB
350 lines
yunter
A Rust library to convert from one color-space to another.
Documentation can be found on http://docs.rs/yunter.
Origin of the name
yunter
is named after Thomas Young and Richard S. Hunter, who worked on colour theory and the Hunter Lab color space.
Examples
extern crate yunter;
let rgb = Rgb::new(176, 57, 209);
let xyz: Xyz = rgb.into();
let lab: Lab = rgb.into();
Dependencies
~155KB