package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. r : int;
  2. g : int;
  3. b : int;
}

We've observed that r, g, and b are in the range 0, 65_535.

val sexp_of_t : t -> Sexplib0.Sexp.t
val max_value : int
val min_value : int
val map : t -> f:(int -> int) -> t