package mm

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module ImageBase.PixelSource

Sourcetype rgba = int * int * int * int
Sourcetype rgb = int * int * int
Sourcetype yuv = int * int * int
Sourcetype yuva = (int * int * int) * int
Sourcemodule RGBA : sig ... end
Sourceval yuv_of_rgb : rgb -> yuv
Sourceval rgb_of_yuv : yuv -> rgb
OCaml

Innovation. Community. Security.