value-color
Version:
Library for working with colors. Includes RGB and HSL creation, gradients, and built-in names.
11 lines (7 loc) • 458 B
Markdown
# color-value
Library for working with colors. Includes [RGB][] and [HSL][] creation, gradients, and built-in color values.
Library is a direct port of a wonderful [Elm Color][Elm color] library. It even preserves types using [flow][] type checker.
[RGB]:https://en.wikipedia.org/wiki/RGB_color_model
[HSL]:https://en.wikipedia.org/wiki/RGB_color_model
[Elm Color]:http://package.elm-lang.org/packages/elm-lang/core/2.1.0/Color
[flow]:http://flowtype.org