Simple functions to calculate color temperatures and RGB values.
```rust extern crate colortemp;
let mut rgb = colortemp::temptorgb(2000); println!("{:?}", rgb); ```