palette

Utilities for choosing and creating color schemes.

http://projects.haskell.org/diagrams

Version on this page:0.3.0.2
LTS Haskell 22.14:0.3.0.3@rev:1
Stackage Nightly 2024-03-28:0.3.0.3@rev:1
Latest on Hackage:0.3.0.3@rev:1

See all snapshots palette appears in

BSD-3-Clause licensed by Jeffrey Rosenbluth
Maintained by [email protected]
This version can be pinned in stack with:palette-0.3.0.2@sha256:50e210b7d21a0c394a6d672cc3c6d3bffcfa1be07419d72b99e68cfb65d6ca3c,1485
Used by 1 package in nightly-2019-04-27(full list with versions):

Predefined color schemes and tools for creating custom schemes.

To install,

cabal install palette

Changes

0.3.0.1 (8 May 2018)

  • Allow base-4.11
  • Warning fixes

0.3 (30 April 2018)

  • New module Data.Colour.Palette.RandomColor, for making random choices of colors and palettes
  • New colorRamp function

0.1.0.5-r1 (23 Sep 2017)

  • allow base-4.10 for GHC-8.2

0.1.0.5 (22 August 2017)

  • documentation fix

0.1.0.4 (6 August 2016)

  • minor tweaks to .cabal file

0.1.0.3 (2016-02-14)

  • allow base-4.9 for GHC-8.0

0.1.0.1

  • define Kolor in Types module

0.1.0.0: Initial release