mm.image
Image.Pixel
mm
mm.audio
mm.base
mm.midi
mm.oss
mm.video
type rgba = int * int * int * int
type rgb = int * int * int
type yuv = int * int * int
type yuva = yuv * int
val yuv_of_rgb : rgb -> yuv
val rgb_of_yuv : yuv -> rgb