module Color: sig .. end
sig
end
type t = int * int * int
int * int * int
val of_int : int -> t
int -> t