Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 608 Bytes

elm-color-extra

Additional color handling for Elm

Build Status

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.