Module Gnuplot.Color

module Color: sig .. end

type t = [ `Black
| `Blue
| `Cyan
| `Green
| `Magenta
| `Red
| `Rgb of int * int * int
| `White
| `Yellow ]