package binsec

  1. Overview
  2. Docs

doc/binsec.base/Binsec_base/Logger/Color/index.html

Module Logger.ColorSource

Sourcetype t =
  1. | Default
  2. | Black
  3. | Red
  4. | Green
  5. | Yellow
  6. | Blue
  7. | Purple
  8. | Cyan
  9. | White
Sourceval to_string : t -> string
Sourceval of_string : string -> t

of_string s parses a color name s into a t. Returns Default if the color name is unrecognized.