color 0.3.1
color: ^0.3.1 copied to clipboard
A simple Dart package exposing a Color class which can be used to create, convert, and compare colors.
0.1.0
-----
* Creation of the Color class supporting rgb colors.
0.2.0
-----
* Added hex support and conversion functions.
0.3.0
-----
* Added hsl support and conversion functions.
0.3.1
-----
* Resolved bug where Color.toHexString() was not prepending each byte with 0s as appropriate.
* Added Color.toRgbString() as an alias for Color.toSting().