colortemp 0.1.0

Simple functions to calculate color temperatures and RGB values
Documentation

colortemp.rs

Simple functions to calculate color temperatures and RGB values.

extern crate colortemp;

let mut rgb = colortemp::temp_to_rgb(2000);
println!("{:?}", rgb);