Releases: JiatLn/color-art
Releases · JiatLn/color-art
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
🚨 Breaking Changes
luma
&luminance
see https://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef - by @JiatLn (93728)- Remove round color channel for improve result accuracy - by @JiatLn (efb9e)
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.3.3
v0.3.2
No significant changes
View changes on GitHub
v0.3.1
v0.3.0
🚨 Breaking Changes
- Color operation function signature. It will return a new color instand of mut color. - by @JiatLn (b262d)
🚀 Features
🐞 Bug Fixes
color.hex()
convert #rrggbbaa to #rgba - by @JiatLn (ba6bb)- Color from_hex support alpha channel - by @JiatLn (24857)
View changes on GitHub
v0.2.13
🚨 Breaking Changes
- Change
mix
fn signature - by @JiatLn (ee46e) - Hex() will simplifies hex code if possible. It will convert #rrggbb to #rgb. - by @JiatLn (91ae8)
🚀 Features
- Color! macro support hex - by @JiatLn (ed781)
- Color! support define rgb(a) color space - by @JiatLn (3424c)