package tezos-benchmark

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

Module Plot.ColorSource

Colors

Sourcetype t
Sourceval red : t
Sourceval blue : t
Sourceval green : t
Sourceval black : t
Sourceval rgb : float -> float -> float -> t

rgb r g b specifies a color.

  • raises Invalid_arg

    if r, g, or b do not belong to the 0,1 interval.

OCaml

Innovation. Community. Security.