package picasso

  1. Overview
  2. Docs

Module Picasso.ColorsSource

Colors handling

Sourcetype t = int * int * int

Type of colors, using rgb format

Sourceval rgb : int -> int -> int -> t

Constructor

Sourceval red : t

Predefined colors

Sourceval green : t
Sourceval blue : t
Sourceval white : t
Sourceval black : t