package mm

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

Module Mm_image.ImageBGRASource

Sourcetype t = {
  1. data : data;
  2. width : int;
  3. height : int;
  4. stride : int;
}
Sourceval make : ?stride:int -> int -> int -> data -> t
Sourceval create : ?stride:int -> int -> int -> t
Sourceval data : t -> data
OCaml

Innovation. Community. Security.