avh4 / elm-color

Standard representation of colors, encouraging sharing between packages. (This replaces elm-lang/core#Color from Elm 0.18.)
BSD 3-Clause "New" or "Revised" License
23 stars 6 forks source link

Make PRs to other packages that should (and/or have been waiting to) use Color #16

Open avh4 opened 6 years ago

avh4 commented 6 years ago

The goal of this package is to get all Elm packages that produce colors and all Elm packages that consume colors will use this type, so this is a checklist of existing 0.19 packages that might want to switch to using Color.

Guidelines:

Make sure to understand the package author's needs and perspective rather than assuming that using the standard Color type will be the right choice for their package.

kuon commented 6 years ago

I updated my package to add conversion to the Color type.

I also simplified the API to leave some of the function I had to the Color package.

https://package.elm-lang.org/packages/kuon/elm-hsluv/latest

Orasund commented 5 years ago

Orasund/pixelengine now uses your package.

timjs commented 5 years ago

Elm Collage switched to this package.