Colorsys.rs Versions Save

Lib for modifying colors and converting to other spaces

0.6.7

1 year ago

https://github.com/emgyrz/colorsys.rs/pull/6 Fix hex_to_rgb extracting a hex from non hex strings

0.6.6

1 year ago

Fix f64 round method in no_std env (issue)

0.6.5

2 years ago

Update rust edition to 2021

0.6.4

2 years ago

Fix typo: https://github.com/emgyrz/colorsys.rs/pull/4 Update units in README

0.6.3

3 years ago

Realized converters to/from ANSI 256 color codes

0.6.2

3 years ago

Add CMYK color model

0.6.1

3 years ago

Add no_std environment compatibility

0.6.0

3 years ago

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

3 years ago

Add ratio representations of colour models - RgbRatio and HslRatio

0.5.5

3 years ago

Add innumerable From/Into implementations. Now conversions are available into (and from) almost all possible variants of numeric arrays and tuples