package hsluv

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/src/hsluv/types.ml.html

Source file types.ml

1
2
3
4
5
6
type rgb = { r : float; g : float; b : float }
type xyz = { x : float; y : float; z : float }
type luv = { l : float; u : float; v : float }
type lch = { l : float; c : float; h : float }
type hsluv = { h : float; s : float; l : float }
type hpluv = { h : float; p : float; l : float }
OCaml

Innovation. Community. Security.