#value #values #color-temperature

colortemp

Simple functions to calculate color temperatures and RGB values

1 unstable release

Uses old Rust 2015

0.1.0 Dec 6, 2017

#17 in #values

MIT/X11 license

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);

No runtime deps