1 unstable release
Uses old Rust 2015
0.1.0 | Dec 6, 2017 |
---|
#17 in #values
5KB
94 lines
colortemp.rs
Simple functions to calculate color temperatures and RGB values.
extern crate colortemp;
let mut rgb = colortemp::temp_to_rgb(2000);
println!("{:?}", rgb);