Module Binsec.Colors

General color definitions for outputs

type color = int
val rgb : int -> int -> int -> color
val pp_with_prefix : string -> Format.formatter -> color -> unit
val pp : Format.formatter -> color -> unit

pp ppf color is pp_with_prefix "#" ppf color

module FlatUI : sig ... end