package ocb

  1. Overview
  2. Docs

Module Ocb.ColorSource

Sourcetype t =
  1. | Green
  2. | Blue
  3. | Red
  4. | Yellow
  5. | Orange
  6. | Purple
  7. | Pink
  8. | Grey
  9. | Cyan
  10. | Black
  11. | Custom of string
Sourceval pp : Format.formatter -> t -> unit
Sourceval of_string : string -> t