package imagelib

  1. Overview
  2. Docs
type t = {
  1. shift : int;
  2. len : int;
  3. mask : Int32.t;
}
val of_mask : Int32.t -> (t, [> errors ]) result
val of_mask_exn : Int32.t -> t
val convert_3_to_8_bit : int array
val convert_4_to_8_bit : int array
val convert_5_to_8_bit : int array
val convert_6_to_8_bit : int array
val color_of_pixel : t -> int32 -> int
val empty : t