Image.Pixmapval create8 : int -> int -> tval create16 : int -> int -> tval get : t -> int -> int -> intval set : t -> int -> int -> int -> unitval fill : t -> int -> unitcopy t is a copy of t using a new memory allocation. This is useful when code out of your control may hold references to a pixmap, since pixmaps are mutable.