tesk9 / palette

Define, blend, and generate Colors and Palettes in Elm.
https://package.elm-lang.org/packages/tesk9/palette/latest
BSD 3-Clause "New" or "Revised" License
28 stars 2 forks source link

Hex colors #5

Closed tesk9 closed 5 years ago

tesk9 commented 5 years ago

Fixes https://github.com/tesk9/palette/issues/3

Adds:

fromHexString : String.String -> Result.Result String.String Color.Color
toHexString : Color.Color -> String.String

Makes some minor documentation and example improvements.