ocaml/otherlibs/labltk/builtin/builtin_palette.ml

8 lines
92 B
OCaml

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