package color-brewery

  1. Overview
  2. Docs
Offer colors palettes and functions to brew colors

Install

Dune Dependency

Authors

Maintainers

Sources

color-brewery-0.1.tbz
sha256=746215745d2faa5fb150fdb96e3b80d882040b828085db25b8f902577d5c4849
sha512=c833e2398b4870a5ab9a51da8bc0c5e420ce8ab068174a9606ed66afb48e65304c3f39a533ab4ee4f16647e1df60e1c677cf432eb37d0d088576e9ef5eb5b4db

Description

Allow to select color palettes given certain characteristics. This is based on the excellent site http://colorbrewer2.org/ It also defines common functions to define colored ranges.

Published: 10 Dec 2019

README

Color brewery

This module offers colors palettes and functions to brew new colors. In particular, it gives an easy access to the color schemes of ColorBrewer designed by the cartographer Cynthia A. Brewer to assist mapmakers in choosing appropriate color schemes. It also provides a color gradient function.

Install

The easier way to install this library is to use opam:

opam install color-brewery

If you prefer to compile by hand, install the dependencies listed in color-brewery.opam and issue dune build @install.

Documentation

The documentation is available in color_brewery.mli or online.

Dependencies (3)

  1. dune
  2. gg
  3. ocaml >= "4.03"

Dev Dependencies

None

Used by

None

Conflicts

None