Module CseResource.ImgDominantColor

type t =
| Default
| Black(*

black

*)
| Blue(*

blue

*)
| Brown(*

brown

*)
| Gray(*

gray

*)
| Green(*

green

*)
| Orange(*

orange

*)
| Pink(*

pink

*)
| Purple(*

purple

*)
| Red(*

red

*)
| Teal(*

teal

*)
| White(*

white

*)
| Yellow(*

yellow

*)
val to_string : t -> string
val of_string : string -> t