Raylib.Image
type t'
type t = t' ctyp
val t : t Ctypes.typ
val width : t -> int
Image base width
val height : t -> int
Image base height
val mipmaps : t -> int
Mipmap levels, 1 by default
val format : t -> PixelFormat.t
Data format (PixelFormat type)