purescript-colors icon indicating copy to clipboard operation
purescript-colors copied to clipboard

Convert, manipulate, analyze, blend, color scales, color schemes

Results 8 purescript-colors issues
Sort by recently updated
recently updated
newest added

Is there a combinator or another way to adjust the alpha value of a given (HSLA) colour?

This is just a note from the former maintainer: there used to be an interactive documentation for this library. It actually still works after transferring the repo: http://purescript-contrib.github.io/purescript-colors/ (but it...

> `-- | - Colors outside the sRGB gamut which cannot be displayed on a typical` > `-- | computer screen can not be represented by Color.` This ain't true...

I came to this question lately when I saw gradient which was going over hue cycle 5 times [here](http://www.ifweassume.com/2013/05/cubehelix-or-how-i-learned-to-love.html) as we can't have similar scale because of the "short path"...

I have used this two combinators for working with ColorStops [here](https://github.com/safareli/purescript-colorpalettepicker-halogen/blob/56a98be084c35e596438187aa1fc0152e5d8bb9a/src/ColorPalettePicker/Utils/PreScale.purs#L10) ```purescript combineStops :: Number → ColorStops → ColorStops → ColorStops reverseStops :: ColorStops → ColorStops -- usage: myStops =...

Have not gone into it too much but looks like it could be good alternative to HSL for some applications. On [it's website](http://www.hsluv.org/) there are couple implementations in different languages...

I was reading about color scales and color palettes and came across this: https://gka.github.io/palettes https://www.vis4.net/blog/posts/mastering-multi-hued-color-scales/ Author uses [this](https://github.com/gka/chroma.js/blob/d2c6d917df4ba2b87d8a740de116a0656bcbdfd5/src/generator/bezier.coffee) method, which is not robust in sense that it works with only...

**Description of the change** Clearly and concisely describe the purpose of the pull request. If this PR relates to an existing issue or change proposal, please link to it. Include...