ImageCanvas.CanvasA canvas of images. The structure is immutable but its elements might be returned and therefore should not be used in place.
module I : CanvasImagemodule Element : sig ... endmodule E = Elementval create : int -> int -> tval width : t -> intval height : t -> intval size : t -> intval planes : t -> intval covering : t -> boolval has_alpha : t -> boolval bounding_box : t -> (int * int) * (int * int)module Draw : sig ... end