https://github.com/noahzgordon/elm-color-extra
:art: Additional color handling for Elm
https://github.com/noahzgordon/elm-color-extra
Last synced: 26 days ago
JSON representation
:art: Additional color handling for Elm
- Host: GitHub
- URL: https://github.com/noahzgordon/elm-color-extra
- Owner: noahzgordon
- License: mit
- Fork: true (eskimoblood/elm-color-extra)
- Created: 2018-11-13T18:39:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T18:44:08.000Z (about 6 years ago)
- Last Synced: 2024-11-04T13:38:05.979Z (6 months ago)
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/eskimoblood/elm-color-extra/latest
- Size: 211 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - noahzgordon/elm-color-extra - :art: Additional color handling for Elm (Elm)
README
# elm-color-extra
Additional color handling for Elm[](https://travis-ci.org/noahzgordon/elm-color-extra)
__Note__: This repository was forked from eskimoblood/elm-color-extra. I am not the original creator, but will try my best to maintain this library moving forward!
## 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.