package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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