package picasso

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

Colors handling

type t = int * int * int

Type of colors, using rgb format

val rgb : int -> int -> int -> t

Constructor

val red : t

Predefined colors

val green : t
val blue : t
val white : t
val black : t