Module Picasso.Colors

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