Canvas.I
val width : t -> int
Width of the image.
val height : t -> int
Height of the image.
val size : t -> int
Size of the image in bytes.
val create : int -> int -> t
Create an image with given dimensions.
val blank : t -> unit
Clear the image.
val has_alpha : t -> bool
Whether the image has alpha channel.
val fill_alpha : t -> int -> unit
Fill the alpha channel of the image.
val set_pixel_rgba : t -> int -> int -> Pixel.rgba -> unit
Set the RGBA value of a pixel.
val randomize : t -> unit
Fill the image with random data.