package colors

  1. Overview
  2. Docs
A pure OCaml library for manipulating colors across color spaces

Install

Dune Dependency

Authors

Maintainers

Sources

colors-0.0.1.tbz
sha256=7d8d63f4538356789fc2c23caa42a6d104a6b2c816a9815727bcbca3bfca9846
sha512=fd6ffb5c3e4a35b5d3e2e1e2eec05b36725c355a6e5e6b6c9384dcd1a79a28f98592edb36136582e2735bb78f5905dadfabef01da92f27a1b642d9d0afe289e7

CHANGES.md.html

Changes

0.0.1

  • Introduce RGB, XYZ, LUV, UV types

  • Include standard white reference point d65

  • Linearize/Delinearize RGB

  • Conversions between RGB, XYZ, and LUV

  • LUV blending with configurable mixing

  • RGB blending via LUV with configurable mixing