summaryrefslogtreecommitdiff
path: root/otherlibs/labltk/builtin/builtin_GetPixel.ml
blob: f760dce75bfcd72b04ecc65a81c6ce3f58617ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
(* Tk_GetPixels emulation *)
(* type *)
type units = [
    `Pix int
  | `Cm float
  | `In float
  | `Mm float
  | `Pt float
]
(* /type *)