Crates.io | colortemp |
lib.rs | colortemp |
version | 0.1.0 |
source | src |
created_at | 2017-12-06 21:21:17.402613 |
updated_at | 2017-12-06 21:21:17.402613 |
description | Simple functions to calculate color temperatures and RGB values |
homepage | |
repository | https://github.com/spacekookie/colortemp/ |
max_upload_size | |
id | 41986 |
size | 4,849 |
Simple functions to calculate color temperatures and RGB values.
extern crate colortemp;
let mut rgb = colortemp::temp_to_rgb(2000);
println!("{:?}", rgb);