sig
  type t =
      Default
    | Black
    | Blue
    | Brown
    | Gray
    | Green
    | Pink
    | Purple
    | Teal
    | White
    | Yellow
  val to_string :
    GapiCustomsearchV1Service.CseResource.ImgDominantColor.t -> string
  val of_string :
    string -> GapiCustomsearchV1Service.CseResource.ImgDominantColor.t
end