Module Image.Pixel

module Pixel: sig .. end

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