package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val width : t -> int
val height : t -> int
val size : t -> int
val create : int -> int -> t
val blank : t -> unit
val copy : t -> t
val add : t -> ?x:int -> ?y:int -> t -> unit
val has_alpha : t -> bool
val fill_alpha : t -> int -> unit
val set_pixel_rgba : t -> int -> int -> ImageBase.Pixel.rgba -> unit
val randomize : t -> unit
val scale : t -> t -> unit