Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.