summaryrefslogtreecommitdiff
path: root/otherlibs/labltk/builtin/builtin_palette.ml
blob: 1bf305490179ec0b7b55d1fc8c39edd36f69f860 (plain)
1
2
3
4
5
6
7
(* type *)
type paletteType = [
    `Gray (int)
  | `Rgb (int * int * int)
]
(* /type *)