ImageBase.Pixel
type rgba = int * int * int * int
type rgb = int * int * int
type yuv = int * int * int
type yuva = (int * int * int) * int
module RGBA : sig ... end
val yuv_of_rgb : rgb -> yuv
val rgb_of_yuv : yuv -> rgb