This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
ocaml
Watch
1
Star
0
Fork
You've already forked ocaml
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
975d4dc752
ocaml
/
otherlibs
/
labltk
/
builtin
/
builtin_palette.ml
8 lines
92 B
OCaml
Raw
Normal View
History
Unescape
Escape
Add to HEAD branch git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2649 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1999-11-30 06:59:39 -08:00
(*
type
*)
type
paletteType
=
[
passage aux labels legers git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3024 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2000-04-02 18:57:52 -07:00
|
`
Gray
of
int
|
`
Rgb
of
int
*
int
*
int
Add to HEAD branch git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2649 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1999-11-30 06:59:39 -08:00
]
(*
/type
*)