package colors

  1. Overview
  2. Docs

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.