package picasso

  1. Overview
  2. Docs
Abstract elements drawing library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.4.tar.gz
md5=d6028ccae6933bf903f34137c335f5ce
sha512=d8adf3324a27f016d0f6a08ff4afa714185c31e6dcf176e36053564c5e66e3cb734115e11ce6b68a7ed118291ef47f108efea3e3a2272e35b946661ea88e5eff

doc/picasso/Picasso/Colors/index.html

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