Module CseResource.ImgColorType

type t =
  1. | Default
  2. | Color
    (*

    color

    *)
  3. | Gray
    (*

    gray

    *)
  4. | Mono
    (*

    mono

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