ocaml/otherlibs/labltk/builtin/builtin_palette.ml

8 lines
90 B
OCaml

(* type *)
type paletteType = [
| `Gray (int)
| `Rgb (int * int * int)
]
(* /type *)