[/] [trunk/] [src/] [graphviz/] [x11color.sml] -
Diff 11 ⟶ 62
Diff between revs
11
and
62
| Rev 11 |
Rev 62 |
| Line 1... |
Line 1... |
(* $Id: x11color.sml 11 2007-11-02 05:30:42Z tbourke $ *)
|
(* $Id: x11color.sml 62 2008-08-20 11:20:33Z tbourke $
|
|
*
|
|
* Copyright (c) 2008 Timothy Bourke (University of NSW and NICTA)
|
|
* All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms of the "BSD License" which is distributed with the
|
|
* software in the file LICENSE.
|
|
*
|
|
* This program is distributed in the hope that it will be useful, but
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the BSD
|
|
* License for more details.
|
|
*)
|
structure X11Color : X11_COLOR =
|
structure X11Color : X11_COLOR =
|
struct
|
struct
|
datatype t = LightPink | Pink | Crimson | LavenderBlush | PaleVioletRed
|
datatype t = LightPink | Pink | Crimson | LavenderBlush | PaleVioletRed
|
| HotPink | DeepPink | MediumVioletRed | Orchid
|
| HotPink | DeepPink | MediumVioletRed | Orchid
|
| Thistle | Plum | Violet | Magenta
|
| Thistle | Plum | Violet | Magenta
|
| Thistle | Plum | Violet | Magenta
|
| Thistle | Plum | Violet | Magenta
|