Module Kappa_data_structures.Color

type color =
  1. | Red
  2. | Grey
  3. | Lightblue
  4. | Black
val triple_of_color : color -> int * int * int