Skip to content

Releases: emgyrz/colorsys.rs

0.6.7

22 Jan 09:03
Compare
Choose a tag to compare

#6
Fix hex_to_rgb extracting a hex from non hex strings

0.6.6

15 Jun 22:20
Compare
Choose a tag to compare

Fix f64 round method in no_std env (issue)

0.6.5

23 Oct 19:47
Compare
Choose a tag to compare

Update rust edition to 2021

0.6.4

27 Aug 20:00
Compare
Choose a tag to compare

Fix typo: #4
Update units in README

0.6.3

06 Feb 22:22
Compare
Choose a tag to compare

Realized converters to/from ANSI 256 color codes

0.6.2

06 Feb 16:03
Compare
Choose a tag to compare

Add CMYK color model

0.6.1

01 Feb 18:57
Compare
Choose a tag to compare

Add no_std environment compatibility

0.6.0

09 Oct 23:01
Compare
Choose a tag to compare

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

27 Sep 20:09
Compare
Choose a tag to compare

Add ratio representations of colour models - RgbRatio and HslRatio

0.5.5

24 Sep 22:29
Compare
Choose a tag to compare

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