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