package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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