neocolor 0.1.0 neocolor: ^0.1.0 copied to clipboard
Color definition, manipulation, conversion, and comparison in fluent Dart.
CHANGELOG #
0.1.0 #
MISC:
- Improve test coverage and tweaked the
README
.
BREAKING CHANGES:
- Removed value-type semantics from
HSLResult
andHSBResult
. While useful, they defeated the main purpose of these classes - temporary objects to read individualH/S/L/B
values.
0.0.0 #
- Initial release, just includes a single class:
Color
.