color.mli 136 B

12345678910
  1. include Base.Identifiable.S
  2. val white : t
  3. val black : t
  4. val red : t
  5. val green : t
  6. val blue : t
  7. val yellow : t
  8. val pink : t
  9. val cyan : t