module ImgDominantColor:sig..end
type t =
| |
Default |
|||
| |
Black |
(* |
black
| *) |
| |
Blue |
(* |
blue
| *) |
| |
Brown |
(* |
brown
| *) |
| |
Gray |
(* |
gray
| *) |
| |
Green |
(* |
green
| *) |
| |
Pink |
(* |
pink
| *) |
| |
Purple |
(* |
purple
| *) |
| |
Teal |
(* |
teal
| *) |
| |
White |
(* |
white
| *) |
| |
Yellow |
(* |
yellow
| *) |
val to_string : t -> string
val of_string : string -> t