color 0.3.1 copy "color: ^0.3.1" to clipboard
color: ^0.3.1 copied to clipboard

outdatedDart 1 only

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().
30
likes
15
pub points
91%
popularity

Publisher

verified publishermikefenwick.com

A simple Dart package exposing a Color class which can be used to create, convert, and compare colors.

Repository
View/report issues

License

MIT (LICENSE)

More

Packages that depend on color