package hsluv

  1. Overview
  2. No Docs
HSLuv human-friendly color space implementation in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

hsluv-0.1.0.tbz
sha256=9eb31d2b6881d19a36d5ec41ccd12b146f9b313bbc44abcc24259ab0d73a314a
sha512=c1f444deb8566e18a1b000fec2033c64eaa32606d7c2a990654c6f651946b508fe730f21c64fd3380e1dced6ad374ae8f6700a0f55c193a2e646a3345a9a4e72

Description

This package implements the HSLuv color space model, providing a perceptually uniform alternative to traditional HSL. It includes functions for converting between HSLuv/HPLuv and other color spaces like RGB, XYZ, LCH, and LUV, as well as hexadecimal color representation.

Dependencies (2)

  1. dune >= "3.7"
  2. ocaml >= "4.08.0"

Dev Dependencies (3)

  1. odoc with-doc
  2. ppx_yojson_conv with-test
  3. yojson with-test

Used by (1)

  1. claudius >= "1.2.1"

Conflicts

None