Releases: ryangjchandler/color
Releases · ryangjchandler/color
v1.1.0
Added
- Added new
Color::is
method as an alias of equals
.
v0.1.0
Added
- Added support for HSL. (#15)
v0.0.7
Added
- Added support for calculating relative luminance and contrast ratio. (#14)
v0.0.6
Added
- Added support for converting from and to 8-long hex values. (#13)
v0.0.5
Added
- Added support for checking the equality of colors. (#11)
v0.0.4
Added
- Added support for alpha-channels in RGBA values. (#8)
This does not hex support 8-digit hex values and will not transform into an 8-digit hex value. This is planned for a future release.
- Added clamping for RGB values to ensure they are not out of correct range. (#7)
v0.0.3
Added
- Added missing return types for functions. (#5).
- Added support for short-hand / abbreviated hex colors. (#6)
v0.0.2
Fixed
- Fixed missing license information. (#4)