colortemp

Crates.iocolortemp
lib.rscolortemp
version0.1.0
sourcesrc
created_at2017-12-06 21:21:17.402613
updated_at2017-12-06 21:21:17.402613
descriptionSimple functions to calculate color temperatures and RGB values
homepage
repositoryhttps://github.com/spacekookie/colortemp/
max_upload_size
id41986
size4,849
Katharina Fey (spacekookie)

documentation

https://docs.rs/colortemp/

README

colortemp.rs

Simple functions to calculate color temperatures and RGB values.

extern crate colortemp;

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

cargo fmt