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

doc/colors/Colors/index.html

Module ColorsSource

Sourcetype ansi = [
  1. | `ansi of int
]
Sourcetype rgb = [
  1. | `rgb of int * int * int
]
Sourcetype lrgb = [
  1. | `lrgb of float * float * float
]
Sourcetype xyz = [
  1. | `xyz of float * float * float
]
Sourcetype luv = [
  1. | `luv of float * float * float
]
Sourcetype uv = [
  1. | `uv of float * float
]
Sourcetype color = [
  1. | ansi
  2. | rgb
  3. | xyz
  4. | luv
  5. | uv
]
Sourceval pp : Format.formatter -> color -> unit
Sourcemodule ANSI : sig ... end
Sourcemodule White_reference : sig ... end
Sourcemodule Linear_RGB : sig ... end
Sourcemodule XYZ : sig ... end
Sourcemodule LUV : sig ... end
Sourcemodule RGB : sig ... end
OCaml

Innovation. Community. Security.