Releases: emgyrz/colorsys.rs
Releases · emgyrz/colorsys.rs
0.6.7
#6
Fix hex_to_rgb extracting a hex from non hex strings
0.6.6
Fix f64 round method in no_std env (issue)
0.6.5
Update rust edition to 2021
0.6.4
Fix typo: #4
Update units in README
0.6.3
Realized converters to/from ANSI 256 color codes
0.6.1
Add no_std
environment compatibility
0.6.0
Breaking changes: Remove From/Into
implementations of Rgb
and Hsl
where used non float numbers with passing alpha channel value. ( (u8,u8,u8,u8), [i32;4], etc. ) Because in most cases it is useless. This reduced the compiled lib size: from 952Kb to 780Kb (rlib, rustc v1.47.0)
0.5.7
Add ratio representations of colour models - RgbRatio
and HslRatio
0.5.5
Add innumerable From/Into implementations. Now conversions are available into (and from) almost all possible variants of numeric arrays and tuples