module Color: sig .. end
sig
end
type t =
|
Red
Green
Blue
Yellow
White
Black
Cyan
RGB of float * float * float
float * float * float
RGBT of float * float * float * float
float * float * float * float