palette

Utilities for choosing and creating color schemes.

http://projects.haskell.org/diagrams

Version on this page:0.3.0.1
LTS Haskell 22.14:0.3.0.3@rev:1
Stackage Nightly 2024-03-29: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.1@sha256:c6d3fa8bab5cabb9a40866a26b8e72cab020c93617b9a26a95dc64030f6a04c3,1473
Used by 1 package in lts-12.26(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