Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eskimoblood/elm-color-extra
:art: Additional color handling for Elm
https://github.com/eskimoblood/elm-color-extra
color elm gradient
Last synced: about 1 month ago
JSON representation
:art: Additional color handling for Elm
- Host: GitHub
- URL: https://github.com/eskimoblood/elm-color-extra
- Owner: eskimoblood
- License: mit
- Created: 2016-01-31T13:47:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T18:58:30.000Z (over 6 years ago)
- Last Synced: 2024-10-30T01:38:11.006Z (about 1 month ago)
- Topics: color, elm, gradient
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/eskimoblood/elm-color-extra/latest
- Size: 198 KB
- Stars: 28
- Watchers: 3
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - eskimoblood/elm-color-extra - :art: Additional color handling for Elm (Elm)
README
# elm-color-extra
Additional color handling for Elm[![Build Status](https://travis-ci.org/eskimoblood/elm-color-extra.svg?branch=master)](https://travis-ci.org/eskimoblood/elm-color-extra)
## Color.Accessibility
Functions to measure and maximize accessibility.
## Color.Manipulate
Manipulate hue, saturation, lightning and alpha value of colors.
##Color.Blending
Different methods to blend two colors.
##Color.Gradient
Create gradient colors from color stops or list of colors.
##Color.Convert
Convert colors to strings or strings to colors.
##Color.Interpolate
Interpolate between two colors.