ocaml/otherlibs/labltk/builtin/builtin_GetPixel.ml

12 lines
154 B
OCaml

(* Tk_GetPixels emulation *)
(* type *)
type units = [
| `Pix of int
| `Cm of float
| `In of float
| `Mm of float
| `Pt of float
]
(* /type *)