The cl-colors2 Reference Manual
Table of Contents
The cl-colors2 Reference Manual
This is the cl-colors2 Reference Manual, version 0.2.1,
generated automatically by Declt version 2.4 "Will Decker"
on Wed Jun 20 11:02:00 2018 GMT+0.
1 Introduction
* cl-colors: a simple color library for Common Lisp
This is a very simple color library for Common Lisp, providing:
1. Types for representing colors in HSV and RGB spaces.
2. Simple conversion functions between the above types (and also
hexadecimal representation for RGB).
3. Some predefined colors (currently X11 color names -- of course the
library does not depend on X11).
** Examples
#+BEGIN_SRC lisp
(let ((color1 (hsv 107 62/100 52/100)) ; greenish
(color2 (rgb 14/15 26/51 14/15)) ; = violet from X11
(color3 (as-rgb "ff9e00"))) ; from hexadecimal
(list ;
(as-rgb color1) ; converting to RGB
(rgb-combination color1 +blue+ 0.4) ; HSV autoconverted to RGB
(hsv-combination color2 +blue+ 0.4) ; RGB autoconverted to HSV
color3))
#+END_SRC
evaluates to
#+BEGIN_EXAMPLE
'(#S(RGB :RED 20059/75000 :GREEN 13/25 :BLUE 247/1250)
#S(RGB :RED 0.160472 :GREEN 0.312 :BLUE 0.51856) ; observe float contagion
#S(HSV :HUE 60.0 :SATURATION 0.6722689 :VALUE 0.96000004)
#S(RGB :RED 1 :GREEN 158/255 :BLUE 0))
#+END_EXAMPLE
Observe the float contagion: =cl-colors= functions don't care about
the type of the numbers as long as they are a subtype of =real= and
within the right range.
** Documentation
This library is so simple that it does not need a lot of documentation
--- just look at the docsstrings in =colors.lisp=.
** Regeneration of the X11 color names
Normally you should not need to do this, the sources already contain
the autogenerated file =colornames.lisp=. However, if for some reason
you need to regenerate this, you can use =make=. Even though the
library itself does not depend on X11, regenerating this file will
require the appropriate file in X11.
** Bugs and issues
Please report them on [[https://notabug.org/cage/cl-colors/issues][Notabug]].
* Notes
This is a fork of https://github.com/tpapp/cl-colors, the original
author marked it as unsupported.
2 Systems
The main system appears first, followed by any subsystem dependency.
2.1 cl-colors2
- Author
Tamas K Papp <tkpapp@gmail.com>
- Contact
cage@katamail.com
- Bug Tracker
https://notabug.org/cage/cl-colors2/issues
- License
Boost Software License - Version 1.0
- Description
Simple color library for Common Lisp
- Version
0.2.1
- Dependency
alexandria
- Source
cl-colors2.asd (file)
- Components
-
3 Files
Files are sorted by type and then listed depth-first from the systems
components trees.
3.1 Lisp
3.1.1 cl-colors2.asd
- Location
cl-colors2.asd
- Systems
cl-colors2 (system)
3.1.2 cl-colors2/package.lisp
- Parent
cl-colors2 (system)
- Location
package.lisp
- Packages
cl-colors
3.1.3 cl-colors2/colors.lisp
- Dependency
package.lisp (file)
- Parent
cl-colors2 (system)
- Location
colors.lisp
- Exported Definitions
-
- Internal Definitions
-
3.1.4 cl-colors2/colornames.lisp
- Dependency
colors.lisp (file)
- Parent
cl-colors2 (system)
- Location
colornames.lisp
- Exported Definitions
-
3.1.5 cl-colors2/hexcolors.lisp
- Dependency
colornames.lisp (file)
- Parent
cl-colors2 (system)
- Location
hexcolors.lisp
- Exported Definitions
-
4 Packages
Packages are listed by definition order.
4.1 cl-colors
- Source
package.lisp (file)
- Use List
- common-lisp
- alexandria.0.dev
- Exported Definitions
-
- Internal Definitions
-
5 Definitions
Definitions are sorted by export status, category, package, and then by
lexicographic order.
5.1 Exported definitions
5.1.1 Constants
- Constant: +aliceblue+
-
X11 color ALICEBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +antiquewhite+
-
X11 color ANTIQUEWHITE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +antiquewhite1+
-
X11 color ANTIQUEWHITE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +antiquewhite2+
-
X11 color ANTIQUEWHITE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +antiquewhite3+
-
X11 color ANTIQUEWHITE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +antiquewhite4+
-
X11 color ANTIQUEWHITE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +aquamarine+
-
X11 color AQUAMARINE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +aquamarine1+
-
X11 color AQUAMARINE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +aquamarine2+
-
X11 color AQUAMARINE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +aquamarine3+
-
X11 color AQUAMARINE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +aquamarine4+
-
X11 color AQUAMARINE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +azure+
-
X11 color AZURE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +azure1+
-
X11 color AZURE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +azure2+
-
X11 color AZURE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +azure3+
-
X11 color AZURE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +azure4+
-
X11 color AZURE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +beige+
-
X11 color BEIGE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +bisque+
-
X11 color BISQUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +bisque1+
-
X11 color BISQUE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +bisque2+
-
X11 color BISQUE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +bisque3+
-
X11 color BISQUE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +bisque4+
-
X11 color BISQUE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +black+
-
X11 color BLACK.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +blanchedalmond+
-
X11 color BLANCHEDALMOND.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +blue+
-
X11 color BLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +blue1+
-
X11 color BLUE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +blue2+
-
X11 color BLUE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +blue3+
-
X11 color BLUE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +blue4+
-
X11 color BLUE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +blueviolet+
-
X11 color BLUEVIOLET.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +brown+
-
X11 color BROWN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +brown1+
-
X11 color BROWN1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +brown2+
-
X11 color BROWN2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +brown3+
-
X11 color BROWN3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +brown4+
-
X11 color BROWN4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +burlywood+
-
X11 color BURLYWOOD.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +burlywood1+
-
X11 color BURLYWOOD1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +burlywood2+
-
X11 color BURLYWOOD2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +burlywood3+
-
X11 color BURLYWOOD3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +burlywood4+
-
X11 color BURLYWOOD4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cadetblue+
-
X11 color CADETBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cadetblue1+
-
X11 color CADETBLUE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cadetblue2+
-
X11 color CADETBLUE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cadetblue3+
-
X11 color CADETBLUE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cadetblue4+
-
X11 color CADETBLUE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +chartreuse+
-
X11 color CHARTREUSE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +chartreuse1+
-
X11 color CHARTREUSE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +chartreuse2+
-
X11 color CHARTREUSE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +chartreuse3+
-
X11 color CHARTREUSE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +chartreuse4+
-
X11 color CHARTREUSE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +chocolate+
-
X11 color CHOCOLATE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +chocolate1+
-
X11 color CHOCOLATE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +chocolate2+
-
X11 color CHOCOLATE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +chocolate3+
-
X11 color CHOCOLATE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +chocolate4+
-
X11 color CHOCOLATE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +coral+
-
X11 color CORAL.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +coral1+
-
X11 color CORAL1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +coral2+
-
X11 color CORAL2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +coral3+
-
X11 color CORAL3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +coral4+
-
X11 color CORAL4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cornflowerblue+
-
X11 color CORNFLOWERBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cornsilk+
-
X11 color CORNSILK.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cornsilk1+
-
X11 color CORNSILK1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cornsilk2+
-
X11 color CORNSILK2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cornsilk3+
-
X11 color CORNSILK3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cornsilk4+
-
X11 color CORNSILK4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cyan+
-
X11 color CYAN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cyan1+
-
X11 color CYAN1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cyan2+
-
X11 color CYAN2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cyan3+
-
X11 color CYAN3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +cyan4+
-
X11 color CYAN4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkblue+
-
X11 color DARKBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkcyan+
-
X11 color DARKCYAN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkgoldenrod+
-
X11 color DARKGOLDENROD.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkgoldenrod1+
-
X11 color DARKGOLDENROD1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkgoldenrod2+
-
X11 color DARKGOLDENROD2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkgoldenrod3+
-
X11 color DARKGOLDENROD3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkgoldenrod4+
-
X11 color DARKGOLDENROD4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkgray+
-
X11 color DARKGRAY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkgreen+
-
X11 color DARKGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkgrey+
-
X11 color DARKGREY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkkhaki+
-
X11 color DARKKHAKI.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkmagenta+
-
X11 color DARKMAGENTA.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkolivegreen+
-
X11 color DARKOLIVEGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkolivegreen1+
-
X11 color DARKOLIVEGREEN1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkolivegreen2+
-
X11 color DARKOLIVEGREEN2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkolivegreen3+
-
X11 color DARKOLIVEGREEN3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkolivegreen4+
-
X11 color DARKOLIVEGREEN4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkorange+
-
X11 color DARKORANGE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkorange1+
-
X11 color DARKORANGE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkorange2+
-
X11 color DARKORANGE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkorange3+
-
X11 color DARKORANGE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkorange4+
-
X11 color DARKORANGE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkorchid+
-
X11 color DARKORCHID.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkorchid1+
-
X11 color DARKORCHID1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkorchid2+
-
X11 color DARKORCHID2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkorchid3+
-
X11 color DARKORCHID3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkorchid4+
-
X11 color DARKORCHID4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkred+
-
X11 color DARKRED.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darksalmon+
-
X11 color DARKSALMON.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkseagreen+
-
X11 color DARKSEAGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkseagreen1+
-
X11 color DARKSEAGREEN1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkseagreen2+
-
X11 color DARKSEAGREEN2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkseagreen3+
-
X11 color DARKSEAGREEN3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkseagreen4+
-
X11 color DARKSEAGREEN4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkslateblue+
-
X11 color DARKSLATEBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkslategray+
-
X11 color DARKSLATEGRAY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkslategray1+
-
X11 color DARKSLATEGRAY1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkslategray2+
-
X11 color DARKSLATEGRAY2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkslategray3+
-
X11 color DARKSLATEGRAY3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkslategray4+
-
X11 color DARKSLATEGRAY4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkslategrey+
-
X11 color DARKSLATEGREY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkturquoise+
-
X11 color DARKTURQUOISE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +darkviolet+
-
X11 color DARKVIOLET.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +debianred+
-
X11 color DEBIANRED.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +deeppink+
-
X11 color DEEPPINK.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +deeppink1+
-
X11 color DEEPPINK1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +deeppink2+
-
X11 color DEEPPINK2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +deeppink3+
-
X11 color DEEPPINK3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +deeppink4+
-
X11 color DEEPPINK4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +deepskyblue+
-
X11 color DEEPSKYBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +deepskyblue1+
-
X11 color DEEPSKYBLUE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +deepskyblue2+
-
X11 color DEEPSKYBLUE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +deepskyblue3+
-
X11 color DEEPSKYBLUE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +deepskyblue4+
-
X11 color DEEPSKYBLUE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +dimgray+
-
X11 color DIMGRAY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +dimgrey+
-
X11 color DIMGREY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +dodgerblue+
-
X11 color DODGERBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +dodgerblue1+
-
X11 color DODGERBLUE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +dodgerblue2+
-
X11 color DODGERBLUE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +dodgerblue3+
-
X11 color DODGERBLUE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +dodgerblue4+
-
X11 color DODGERBLUE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +firebrick+
-
X11 color FIREBRICK.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +firebrick1+
-
X11 color FIREBRICK1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +firebrick2+
-
X11 color FIREBRICK2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +firebrick3+
-
X11 color FIREBRICK3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +firebrick4+
-
X11 color FIREBRICK4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +floralwhite+
-
X11 color FLORALWHITE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +forestgreen+
-
X11 color FORESTGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gainsboro+
-
X11 color GAINSBORO.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +ghostwhite+
-
X11 color GHOSTWHITE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gold+
-
X11 color GOLD.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gold1+
-
X11 color GOLD1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gold2+
-
X11 color GOLD2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gold3+
-
X11 color GOLD3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gold4+
-
X11 color GOLD4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +goldenrod+
-
X11 color GOLDENROD.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +goldenrod1+
-
X11 color GOLDENROD1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +goldenrod2+
-
X11 color GOLDENROD2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +goldenrod3+
-
X11 color GOLDENROD3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +goldenrod4+
-
X11 color GOLDENROD4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray+
-
X11 color GRAY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray0+
-
X11 color GRAY0.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray1+
-
X11 color GRAY1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray10+
-
X11 color GRAY10.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray100+
-
X11 color GRAY100.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray11+
-
X11 color GRAY11.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray12+
-
X11 color GRAY12.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray13+
-
X11 color GRAY13.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray14+
-
X11 color GRAY14.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray15+
-
X11 color GRAY15.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray16+
-
X11 color GRAY16.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray17+
-
X11 color GRAY17.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray18+
-
X11 color GRAY18.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray19+
-
X11 color GRAY19.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray2+
-
X11 color GRAY2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray20+
-
X11 color GRAY20.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray21+
-
X11 color GRAY21.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray22+
-
X11 color GRAY22.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray23+
-
X11 color GRAY23.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray24+
-
X11 color GRAY24.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray25+
-
X11 color GRAY25.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray26+
-
X11 color GRAY26.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray27+
-
X11 color GRAY27.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray28+
-
X11 color GRAY28.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray29+
-
X11 color GRAY29.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray3+
-
X11 color GRAY3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray30+
-
X11 color GRAY30.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray31+
-
X11 color GRAY31.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray32+
-
X11 color GRAY32.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray33+
-
X11 color GRAY33.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray34+
-
X11 color GRAY34.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray35+
-
X11 color GRAY35.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray36+
-
X11 color GRAY36.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray37+
-
X11 color GRAY37.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray38+
-
X11 color GRAY38.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray39+
-
X11 color GRAY39.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray4+
-
X11 color GRAY4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray40+
-
X11 color GRAY40.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray41+
-
X11 color GRAY41.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray42+
-
X11 color GRAY42.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray43+
-
X11 color GRAY43.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray44+
-
X11 color GRAY44.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray45+
-
X11 color GRAY45.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray46+
-
X11 color GRAY46.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray47+
-
X11 color GRAY47.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray48+
-
X11 color GRAY48.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray49+
-
X11 color GRAY49.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray5+
-
X11 color GRAY5.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray50+
-
X11 color GRAY50.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray51+
-
X11 color GRAY51.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray52+
-
X11 color GRAY52.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray53+
-
X11 color GRAY53.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray54+
-
X11 color GRAY54.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray55+
-
X11 color GRAY55.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray56+
-
X11 color GRAY56.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray57+
-
X11 color GRAY57.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray58+
-
X11 color GRAY58.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray59+
-
X11 color GRAY59.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray6+
-
X11 color GRAY6.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray60+
-
X11 color GRAY60.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray61+
-
X11 color GRAY61.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray62+
-
X11 color GRAY62.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray63+
-
X11 color GRAY63.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray64+
-
X11 color GRAY64.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray65+
-
X11 color GRAY65.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray66+
-
X11 color GRAY66.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray67+
-
X11 color GRAY67.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray68+
-
X11 color GRAY68.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray69+
-
X11 color GRAY69.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray7+
-
X11 color GRAY7.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray70+
-
X11 color GRAY70.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray71+
-
X11 color GRAY71.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray72+
-
X11 color GRAY72.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray73+
-
X11 color GRAY73.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray74+
-
X11 color GRAY74.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray75+
-
X11 color GRAY75.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray76+
-
X11 color GRAY76.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray77+
-
X11 color GRAY77.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray78+
-
X11 color GRAY78.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray79+
-
X11 color GRAY79.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray8+
-
X11 color GRAY8.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray80+
-
X11 color GRAY80.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray81+
-
X11 color GRAY81.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray82+
-
X11 color GRAY82.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray83+
-
X11 color GRAY83.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray84+
-
X11 color GRAY84.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray85+
-
X11 color GRAY85.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray86+
-
X11 color GRAY86.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray87+
-
X11 color GRAY87.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray88+
-
X11 color GRAY88.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray89+
-
X11 color GRAY89.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray9+
-
X11 color GRAY9.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray90+
-
X11 color GRAY90.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray91+
-
X11 color GRAY91.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray92+
-
X11 color GRAY92.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray93+
-
X11 color GRAY93.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray94+
-
X11 color GRAY94.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray95+
-
X11 color GRAY95.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray96+
-
X11 color GRAY96.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray97+
-
X11 color GRAY97.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray98+
-
X11 color GRAY98.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +gray99+
-
X11 color GRAY99.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +green+
-
X11 color GREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +green1+
-
X11 color GREEN1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +green2+
-
X11 color GREEN2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +green3+
-
X11 color GREEN3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +green4+
-
X11 color GREEN4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +greenyellow+
-
X11 color GREENYELLOW.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey+
-
X11 color GREY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey0+
-
X11 color GREY0.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey1+
-
X11 color GREY1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey10+
-
X11 color GREY10.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey100+
-
X11 color GREY100.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey11+
-
X11 color GREY11.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey12+
-
X11 color GREY12.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey13+
-
X11 color GREY13.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey14+
-
X11 color GREY14.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey15+
-
X11 color GREY15.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey16+
-
X11 color GREY16.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey17+
-
X11 color GREY17.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey18+
-
X11 color GREY18.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey19+
-
X11 color GREY19.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey2+
-
X11 color GREY2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey20+
-
X11 color GREY20.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey21+
-
X11 color GREY21.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey22+
-
X11 color GREY22.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey23+
-
X11 color GREY23.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey24+
-
X11 color GREY24.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey25+
-
X11 color GREY25.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey26+
-
X11 color GREY26.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey27+
-
X11 color GREY27.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey28+
-
X11 color GREY28.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey29+
-
X11 color GREY29.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey3+
-
X11 color GREY3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey30+
-
X11 color GREY30.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey31+
-
X11 color GREY31.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey32+
-
X11 color GREY32.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey33+
-
X11 color GREY33.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey34+
-
X11 color GREY34.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey35+
-
X11 color GREY35.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey36+
-
X11 color GREY36.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey37+
-
X11 color GREY37.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey38+
-
X11 color GREY38.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey39+
-
X11 color GREY39.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey4+
-
X11 color GREY4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey40+
-
X11 color GREY40.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey41+
-
X11 color GREY41.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey42+
-
X11 color GREY42.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey43+
-
X11 color GREY43.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey44+
-
X11 color GREY44.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey45+
-
X11 color GREY45.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey46+
-
X11 color GREY46.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey47+
-
X11 color GREY47.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey48+
-
X11 color GREY48.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey49+
-
X11 color GREY49.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey5+
-
X11 color GREY5.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey50+
-
X11 color GREY50.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey51+
-
X11 color GREY51.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey52+
-
X11 color GREY52.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey53+
-
X11 color GREY53.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey54+
-
X11 color GREY54.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey55+
-
X11 color GREY55.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey56+
-
X11 color GREY56.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey57+
-
X11 color GREY57.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey58+
-
X11 color GREY58.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey59+
-
X11 color GREY59.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey6+
-
X11 color GREY6.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey60+
-
X11 color GREY60.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey61+
-
X11 color GREY61.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey62+
-
X11 color GREY62.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey63+
-
X11 color GREY63.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey64+
-
X11 color GREY64.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey65+
-
X11 color GREY65.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey66+
-
X11 color GREY66.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey67+
-
X11 color GREY67.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey68+
-
X11 color GREY68.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey69+
-
X11 color GREY69.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey7+
-
X11 color GREY7.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey70+
-
X11 color GREY70.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey71+
-
X11 color GREY71.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey72+
-
X11 color GREY72.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey73+
-
X11 color GREY73.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey74+
-
X11 color GREY74.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey75+
-
X11 color GREY75.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey76+
-
X11 color GREY76.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey77+
-
X11 color GREY77.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey78+
-
X11 color GREY78.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey79+
-
X11 color GREY79.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey8+
-
X11 color GREY8.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey80+
-
X11 color GREY80.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey81+
-
X11 color GREY81.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey82+
-
X11 color GREY82.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey83+
-
X11 color GREY83.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey84+
-
X11 color GREY84.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey85+
-
X11 color GREY85.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey86+
-
X11 color GREY86.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey87+
-
X11 color GREY87.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey88+
-
X11 color GREY88.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey89+
-
X11 color GREY89.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey9+
-
X11 color GREY9.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey90+
-
X11 color GREY90.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey91+
-
X11 color GREY91.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey92+
-
X11 color GREY92.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey93+
-
X11 color GREY93.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey94+
-
X11 color GREY94.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey95+
-
X11 color GREY95.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey96+
-
X11 color GREY96.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey97+
-
X11 color GREY97.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey98+
-
X11 color GREY98.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +grey99+
-
X11 color GREY99.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +honeydew+
-
X11 color HONEYDEW.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +honeydew1+
-
X11 color HONEYDEW1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +honeydew2+
-
X11 color HONEYDEW2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +honeydew3+
-
X11 color HONEYDEW3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +honeydew4+
-
X11 color HONEYDEW4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +hotpink+
-
X11 color HOTPINK.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +hotpink1+
-
X11 color HOTPINK1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +hotpink2+
-
X11 color HOTPINK2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +hotpink3+
-
X11 color HOTPINK3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +hotpink4+
-
X11 color HOTPINK4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +indianred+
-
X11 color INDIANRED.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +indianred1+
-
X11 color INDIANRED1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +indianred2+
-
X11 color INDIANRED2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +indianred3+
-
X11 color INDIANRED3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +indianred4+
-
X11 color INDIANRED4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +ivory+
-
X11 color IVORY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +ivory1+
-
X11 color IVORY1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +ivory2+
-
X11 color IVORY2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +ivory3+
-
X11 color IVORY3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +ivory4+
-
X11 color IVORY4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +khaki+
-
X11 color KHAKI.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +khaki1+
-
X11 color KHAKI1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +khaki2+
-
X11 color KHAKI2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +khaki3+
-
X11 color KHAKI3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +khaki4+
-
X11 color KHAKI4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lavender+
-
X11 color LAVENDER.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lavenderblush+
-
X11 color LAVENDERBLUSH.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lavenderblush1+
-
X11 color LAVENDERBLUSH1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lavenderblush2+
-
X11 color LAVENDERBLUSH2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lavenderblush3+
-
X11 color LAVENDERBLUSH3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lavenderblush4+
-
X11 color LAVENDERBLUSH4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lawngreen+
-
X11 color LAWNGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lemonchiffon+
-
X11 color LEMONCHIFFON.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lemonchiffon1+
-
X11 color LEMONCHIFFON1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lemonchiffon2+
-
X11 color LEMONCHIFFON2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lemonchiffon3+
-
X11 color LEMONCHIFFON3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lemonchiffon4+
-
X11 color LEMONCHIFFON4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightblue+
-
X11 color LIGHTBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightblue1+
-
X11 color LIGHTBLUE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightblue2+
-
X11 color LIGHTBLUE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightblue3+
-
X11 color LIGHTBLUE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightblue4+
-
X11 color LIGHTBLUE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightcoral+
-
X11 color LIGHTCORAL.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightcyan+
-
X11 color LIGHTCYAN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightcyan1+
-
X11 color LIGHTCYAN1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightcyan2+
-
X11 color LIGHTCYAN2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightcyan3+
-
X11 color LIGHTCYAN3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightcyan4+
-
X11 color LIGHTCYAN4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightgoldenrod+
-
X11 color LIGHTGOLDENROD.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightgoldenrod1+
-
X11 color LIGHTGOLDENROD1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightgoldenrod2+
-
X11 color LIGHTGOLDENROD2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightgoldenrod3+
-
X11 color LIGHTGOLDENROD3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightgoldenrod4+
-
X11 color LIGHTGOLDENROD4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightgoldenrodyellow+
-
X11 color LIGHTGOLDENRODYELLOW.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightgray+
-
X11 color LIGHTGRAY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightgreen+
-
X11 color LIGHTGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightgrey+
-
X11 color LIGHTGREY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightpink+
-
X11 color LIGHTPINK.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightpink1+
-
X11 color LIGHTPINK1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightpink2+
-
X11 color LIGHTPINK2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightpink3+
-
X11 color LIGHTPINK3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightpink4+
-
X11 color LIGHTPINK4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightsalmon+
-
X11 color LIGHTSALMON.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightsalmon1+
-
X11 color LIGHTSALMON1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightsalmon2+
-
X11 color LIGHTSALMON2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightsalmon3+
-
X11 color LIGHTSALMON3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightsalmon4+
-
X11 color LIGHTSALMON4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightseagreen+
-
X11 color LIGHTSEAGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightskyblue+
-
X11 color LIGHTSKYBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightskyblue1+
-
X11 color LIGHTSKYBLUE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightskyblue2+
-
X11 color LIGHTSKYBLUE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightskyblue3+
-
X11 color LIGHTSKYBLUE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightskyblue4+
-
X11 color LIGHTSKYBLUE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightslateblue+
-
X11 color LIGHTSLATEBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightslategray+
-
X11 color LIGHTSLATEGRAY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightslategrey+
-
X11 color LIGHTSLATEGREY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightsteelblue+
-
X11 color LIGHTSTEELBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightsteelblue1+
-
X11 color LIGHTSTEELBLUE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightsteelblue2+
-
X11 color LIGHTSTEELBLUE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightsteelblue3+
-
X11 color LIGHTSTEELBLUE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightsteelblue4+
-
X11 color LIGHTSTEELBLUE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightyellow+
-
X11 color LIGHTYELLOW.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightyellow1+
-
X11 color LIGHTYELLOW1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightyellow2+
-
X11 color LIGHTYELLOW2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightyellow3+
-
X11 color LIGHTYELLOW3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +lightyellow4+
-
X11 color LIGHTYELLOW4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +limegreen+
-
X11 color LIMEGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +linen+
-
X11 color LINEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +magenta+
-
X11 color MAGENTA.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +magenta1+
-
X11 color MAGENTA1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +magenta2+
-
X11 color MAGENTA2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +magenta3+
-
X11 color MAGENTA3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +magenta4+
-
X11 color MAGENTA4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +maroon+
-
X11 color MAROON.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +maroon1+
-
X11 color MAROON1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +maroon2+
-
X11 color MAROON2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +maroon3+
-
X11 color MAROON3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +maroon4+
-
X11 color MAROON4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumaquamarine+
-
X11 color MEDIUMAQUAMARINE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumblue+
-
X11 color MEDIUMBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumorchid+
-
X11 color MEDIUMORCHID.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumorchid1+
-
X11 color MEDIUMORCHID1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumorchid2+
-
X11 color MEDIUMORCHID2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumorchid3+
-
X11 color MEDIUMORCHID3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumorchid4+
-
X11 color MEDIUMORCHID4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumpurple+
-
X11 color MEDIUMPURPLE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumpurple1+
-
X11 color MEDIUMPURPLE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumpurple2+
-
X11 color MEDIUMPURPLE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumpurple3+
-
X11 color MEDIUMPURPLE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumpurple4+
-
X11 color MEDIUMPURPLE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumseagreen+
-
X11 color MEDIUMSEAGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumslateblue+
-
X11 color MEDIUMSLATEBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumspringgreen+
-
X11 color MEDIUMSPRINGGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumturquoise+
-
X11 color MEDIUMTURQUOISE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mediumvioletred+
-
X11 color MEDIUMVIOLETRED.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +midnightblue+
-
X11 color MIDNIGHTBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mintcream+
-
X11 color MINTCREAM.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mistyrose+
-
X11 color MISTYROSE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mistyrose1+
-
X11 color MISTYROSE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mistyrose2+
-
X11 color MISTYROSE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mistyrose3+
-
X11 color MISTYROSE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +mistyrose4+
-
X11 color MISTYROSE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +moccasin+
-
X11 color MOCCASIN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +navajowhite+
-
X11 color NAVAJOWHITE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +navajowhite1+
-
X11 color NAVAJOWHITE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +navajowhite2+
-
X11 color NAVAJOWHITE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +navajowhite3+
-
X11 color NAVAJOWHITE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +navajowhite4+
-
X11 color NAVAJOWHITE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +navy+
-
X11 color NAVY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +navyblue+
-
X11 color NAVYBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +oldlace+
-
X11 color OLDLACE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +olivedrab+
-
X11 color OLIVEDRAB.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +olivedrab1+
-
X11 color OLIVEDRAB1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +olivedrab2+
-
X11 color OLIVEDRAB2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +olivedrab3+
-
X11 color OLIVEDRAB3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +olivedrab4+
-
X11 color OLIVEDRAB4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orange+
-
X11 color ORANGE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orange1+
-
X11 color ORANGE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orange2+
-
X11 color ORANGE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orange3+
-
X11 color ORANGE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orange4+
-
X11 color ORANGE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orangered+
-
X11 color ORANGERED.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orangered1+
-
X11 color ORANGERED1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orangered2+
-
X11 color ORANGERED2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orangered3+
-
X11 color ORANGERED3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orangered4+
-
X11 color ORANGERED4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orchid+
-
X11 color ORCHID.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orchid1+
-
X11 color ORCHID1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orchid2+
-
X11 color ORCHID2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orchid3+
-
X11 color ORCHID3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +orchid4+
-
X11 color ORCHID4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +palegoldenrod+
-
X11 color PALEGOLDENROD.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +palegreen+
-
X11 color PALEGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +palegreen1+
-
X11 color PALEGREEN1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +palegreen2+
-
X11 color PALEGREEN2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +palegreen3+
-
X11 color PALEGREEN3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +palegreen4+
-
X11 color PALEGREEN4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +paleturquoise+
-
X11 color PALETURQUOISE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +paleturquoise1+
-
X11 color PALETURQUOISE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +paleturquoise2+
-
X11 color PALETURQUOISE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +paleturquoise3+
-
X11 color PALETURQUOISE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +paleturquoise4+
-
X11 color PALETURQUOISE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +palevioletred+
-
X11 color PALEVIOLETRED.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +palevioletred1+
-
X11 color PALEVIOLETRED1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +palevioletred2+
-
X11 color PALEVIOLETRED2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +palevioletred3+
-
X11 color PALEVIOLETRED3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +palevioletred4+
-
X11 color PALEVIOLETRED4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +papayawhip+
-
X11 color PAPAYAWHIP.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +peachpuff+
-
X11 color PEACHPUFF.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +peachpuff1+
-
X11 color PEACHPUFF1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +peachpuff2+
-
X11 color PEACHPUFF2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +peachpuff3+
-
X11 color PEACHPUFF3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +peachpuff4+
-
X11 color PEACHPUFF4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +peru+
-
X11 color PERU.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +pink+
-
X11 color PINK.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +pink1+
-
X11 color PINK1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +pink2+
-
X11 color PINK2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +pink3+
-
X11 color PINK3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +pink4+
-
X11 color PINK4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +plum+
-
X11 color PLUM.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +plum1+
-
X11 color PLUM1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +plum2+
-
X11 color PLUM2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +plum3+
-
X11 color PLUM3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +plum4+
-
X11 color PLUM4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +powderblue+
-
X11 color POWDERBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +purple+
-
X11 color PURPLE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +purple1+
-
X11 color PURPLE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +purple2+
-
X11 color PURPLE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +purple3+
-
X11 color PURPLE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +purple4+
-
X11 color PURPLE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +red+
-
X11 color RED.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +red1+
-
X11 color RED1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +red2+
-
X11 color RED2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +red3+
-
X11 color RED3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +red4+
-
X11 color RED4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +rosybrown+
-
X11 color ROSYBROWN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +rosybrown1+
-
X11 color ROSYBROWN1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +rosybrown2+
-
X11 color ROSYBROWN2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +rosybrown3+
-
X11 color ROSYBROWN3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +rosybrown4+
-
X11 color ROSYBROWN4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +royalblue+
-
X11 color ROYALBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +royalblue1+
-
X11 color ROYALBLUE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +royalblue2+
-
X11 color ROYALBLUE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +royalblue3+
-
X11 color ROYALBLUE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +royalblue4+
-
X11 color ROYALBLUE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +saddlebrown+
-
X11 color SADDLEBROWN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +salmon+
-
X11 color SALMON.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +salmon1+
-
X11 color SALMON1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +salmon2+
-
X11 color SALMON2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +salmon3+
-
X11 color SALMON3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +salmon4+
-
X11 color SALMON4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +sandybrown+
-
X11 color SANDYBROWN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +seagreen+
-
X11 color SEAGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +seagreen1+
-
X11 color SEAGREEN1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +seagreen2+
-
X11 color SEAGREEN2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +seagreen3+
-
X11 color SEAGREEN3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +seagreen4+
-
X11 color SEAGREEN4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +seashell+
-
X11 color SEASHELL.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +seashell1+
-
X11 color SEASHELL1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +seashell2+
-
X11 color SEASHELL2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +seashell3+
-
X11 color SEASHELL3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +seashell4+
-
X11 color SEASHELL4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +sienna+
-
X11 color SIENNA.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +sienna1+
-
X11 color SIENNA1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +sienna2+
-
X11 color SIENNA2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +sienna3+
-
X11 color SIENNA3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +sienna4+
-
X11 color SIENNA4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +skyblue+
-
X11 color SKYBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +skyblue1+
-
X11 color SKYBLUE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +skyblue2+
-
X11 color SKYBLUE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +skyblue3+
-
X11 color SKYBLUE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +skyblue4+
-
X11 color SKYBLUE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +slateblue+
-
X11 color SLATEBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +slateblue1+
-
X11 color SLATEBLUE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +slateblue2+
-
X11 color SLATEBLUE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +slateblue3+
-
X11 color SLATEBLUE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +slateblue4+
-
X11 color SLATEBLUE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +slategray+
-
X11 color SLATEGRAY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +slategray1+
-
X11 color SLATEGRAY1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +slategray2+
-
X11 color SLATEGRAY2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +slategray3+
-
X11 color SLATEGRAY3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +slategray4+
-
X11 color SLATEGRAY4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +slategrey+
-
X11 color SLATEGREY.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +snow+
-
X11 color SNOW.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +snow1+
-
X11 color SNOW1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +snow2+
-
X11 color SNOW2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +snow3+
-
X11 color SNOW3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +snow4+
-
X11 color SNOW4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +springgreen+
-
X11 color SPRINGGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +springgreen1+
-
X11 color SPRINGGREEN1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +springgreen2+
-
X11 color SPRINGGREEN2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +springgreen3+
-
X11 color SPRINGGREEN3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +springgreen4+
-
X11 color SPRINGGREEN4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +steelblue+
-
X11 color STEELBLUE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +steelblue1+
-
X11 color STEELBLUE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +steelblue2+
-
X11 color STEELBLUE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +steelblue3+
-
X11 color STEELBLUE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +steelblue4+
-
X11 color STEELBLUE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +tan+
-
X11 color TAN.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +tan1+
-
X11 color TAN1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +tan2+
-
X11 color TAN2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +tan3+
-
X11 color TAN3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +tan4+
-
X11 color TAN4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +thistle+
-
X11 color THISTLE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +thistle1+
-
X11 color THISTLE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +thistle2+
-
X11 color THISTLE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +thistle3+
-
X11 color THISTLE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +thistle4+
-
X11 color THISTLE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +tomato+
-
X11 color TOMATO.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +tomato1+
-
X11 color TOMATO1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +tomato2+
-
X11 color TOMATO2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +tomato3+
-
X11 color TOMATO3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +tomato4+
-
X11 color TOMATO4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +turquoise+
-
X11 color TURQUOISE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +turquoise1+
-
X11 color TURQUOISE1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +turquoise2+
-
X11 color TURQUOISE2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +turquoise3+
-
X11 color TURQUOISE3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +turquoise4+
-
X11 color TURQUOISE4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +violet+
-
X11 color VIOLET.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +violetred+
-
X11 color VIOLETRED.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +violetred1+
-
X11 color VIOLETRED1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +violetred2+
-
X11 color VIOLETRED2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +violetred3+
-
X11 color VIOLETRED3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +violetred4+
-
X11 color VIOLETRED4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +wheat+
-
X11 color WHEAT.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +wheat1+
-
X11 color WHEAT1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +wheat2+
-
X11 color WHEAT2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +wheat3+
-
X11 color WHEAT3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +wheat4+
-
X11 color WHEAT4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +white+
-
X11 color WHITE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +whitesmoke+
-
X11 color WHITESMOKE.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +yellow+
-
X11 color YELLOW.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +yellow1+
-
X11 color YELLOW1.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +yellow2+
-
X11 color YELLOW2.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +yellow3+
-
X11 color YELLOW3.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +yellow4+
-
X11 color YELLOW4.
- Package
cl-colors
- Source
colornames.lisp (file)
- Constant: +yellowgreen+
-
X11 color YELLOWGREEN.
- Package
cl-colors
- Source
colornames.lisp (file)
5.1.2 Functions
- Function: gray VALUE
-
Create an RGB representation of a gray color (value in [0,1).
- Package
cl-colors
- Source
colors.lisp (file)
- Function: hex-to-rgb STRING
-
Parse hexadecimal notation (eg ff0000 or f00 for red) into an RGB color.
- Package
cl-colors
- Source
colors.lisp (file)
- Function: hsv HUE SATURATION VALUE
-
- Package
cl-colors
- Source
colors.lisp (file)
- Function: hsv-combination HSV1 HSV2 ALPHA &optional POSITIVE?
-
Color combination in HSV space. POSITIVE? determines whether the hue
combination is in the positive or negative direction on the color wheel.
- Package
cl-colors
- Source
colors.lisp (file)
- Function: hsv-hue INSTANCE
-
- Package
cl-colors
- Source
colors.lisp (file)
- Function: hsv-saturation INSTANCE
-
- Package
cl-colors
- Source
colors.lisp (file)
- Function: hsv-to-rgb HSV
-
Convert HSV to RGB representation. When SATURATION is zero, HUE is
ignored.
- Package
cl-colors
- Source
colors.lisp (file)
- Function: hsv-value INSTANCE
-
- Package
cl-colors
- Source
colors.lisp (file)
- Function: parse-hex-rgb STRING &key START END
-
Parses a hexadecimal RGB(A) color string. Returns a new RGB color value
and an alpha component if present.
- Package
cl-colors
- Source
hexcolors.lisp (file)
- Function: print-hex-rgb COLOR &key SHORT HASH ALPHA DESTINATION
-
Converts a COLOR to its hexadecimal RGB string representation. If
SHORT is specified each component gets just one character.
A hash character (#) is prepended if HASH is true (default).
If ALPHA is set it is included as an ALPHA component.
DESTINATION is the first argument to FORMAT, by default NIL.
- Package
cl-colors
- Source
hexcolors.lisp (file)
- Function: rgb RED GREEN BLUE
-
- Package
cl-colors
- Source
colors.lisp (file)
- Function: rgb-blue INSTANCE
-
- Package
cl-colors
- Source
colors.lisp (file)
- Function: rgb-combination COLOR1 COLOR2 ALPHA
-
Color combination in RGB space.
- Package
cl-colors
- Source
colors.lisp (file)
- Function: rgb-green INSTANCE
-
- Package
cl-colors
- Source
colors.lisp (file)
- Function: rgb-red INSTANCE
-
- Package
cl-colors
- Source
colors.lisp (file)
- Function: rgb-to-hsv RGB &optional UNDEFINED-HUE
-
Convert RGB to HSV representation. When hue is undefined (saturation is
zero), UNDEFINED-HUE will be assigned.
- Package
cl-colors
- Source
colors.lisp (file)
5.1.3 Generic functions
- Generic Function: as-hsv COLOR &optional UNDEFINED-HUE
-
- Package
cl-colors
- Source
colors.lisp (file)
- Methods
- Method: as-hsv (COLOR rgb) &optional UNDEFINED-HUE
-
- Method: as-hsv (COLOR hsv) &optional UNDEFINED-HUE
-
- Generic Function: as-rgb COLOR
-
- Package
cl-colors
- Source
colors.lisp (file)
- Methods
- Method: as-rgb (RGB rgb)
-
- Method: as-rgb (HSV hsv)
-
- Method: as-rgb (STRING string)
-
5.1.4 Structures
- Structure: hsv ()
-
HSV color.
- Package
cl-colors
- Source
colors.lisp (file)
- Direct superclasses
structure-object (structure)
- Direct methods
-
- Direct slots
- Slot: hue
-
- Type
(real 0 360)
- Readers
hsv-hue (function)
- Writers
(setf hsv-hue) (function)
- Slot: saturation
-
- Type
cl-colors::unit-real
- Readers
hsv-saturation (function)
- Writers
(setf hsv-saturation) (function)
- Slot: value
-
- Type
cl-colors::unit-real
- Readers
hsv-value (function)
- Writers
(setf hsv-value) (function)
- Structure: rgb ()
-
RGB color.
- Package
cl-colors
- Source
colors.lisp (file)
- Direct superclasses
structure-object (structure)
- Direct methods
-
- Direct slots
- Slot: red
-
- Type
cl-colors::unit-real
- Readers
rgb-red (function)
- Writers
(setf rgb-red) (function)
- Slot: green
-
- Type
cl-colors::unit-real
- Readers
rgb-green (function)
- Writers
(setf rgb-green) (function)
- Slot: blue
-
- Type
cl-colors::unit-real
- Readers
rgb-blue (function)
- Writers
(setf rgb-blue) (function)
5.2 Internal definitions
5.2.1 Macros
- Macro: define-rgb-color NAME RED GREEN BLUE
-
Macro for defining color constants. Used by the automatically generated color file.
- Package
cl-colors
- Source
colors.lisp (file)
5.2.2 Functions
- Function: cc A B ALPHA
-
Convex combination (1-ALPHA)*A+ALPHA*B, ie ALPHA is the weight of A.
- Package
cl-colors
- Source
colors.lisp (file)
- Function: copy-hsv INSTANCE
-
- Package
cl-colors
- Source
colors.lisp (file)
- Function: copy-rgb INSTANCE
-
- Package
cl-colors
- Source
colors.lisp (file)
- Function: hsv-p OBJECT
-
- Package
cl-colors
- Source
colors.lisp (file)
- Function: normalize-hue HUE
-
Normalize hue to the interval [0,360).
- Package
cl-colors
- Source
colors.lisp (file)
- Function: rgb-p OBJECT
-
- Package
cl-colors
- Source
colors.lisp (file)
5.2.3 Types
- Type: unit-real ()
-
Real number in [0,1].
- Package
cl-colors
- Source
colors.lisp (file)
Appendix A Indexes
A.1 Concepts
| Index Entry | | Section |
|
C | | |
| cl-colors2.asd: | | The cl-colors2<dot>asd file |
| cl-colors2/colornames.lisp: | | The cl-colors2/colornames<dot>lisp file |
| cl-colors2/colors.lisp: | | The cl-colors2/colors<dot>lisp file |
| cl-colors2/hexcolors.lisp: | | The cl-colors2/hexcolors<dot>lisp file |
| cl-colors2/package.lisp: | | The cl-colors2/package<dot>lisp file |
|
F | | |
| File, Lisp, cl-colors2.asd: | | The cl-colors2<dot>asd file |
| File, Lisp, cl-colors2/colornames.lisp: | | The cl-colors2/colornames<dot>lisp file |
| File, Lisp, cl-colors2/colors.lisp: | | The cl-colors2/colors<dot>lisp file |
| File, Lisp, cl-colors2/hexcolors.lisp: | | The cl-colors2/hexcolors<dot>lisp file |
| File, Lisp, cl-colors2/package.lisp: | | The cl-colors2/package<dot>lisp file |
|
L | | |
| Lisp File, cl-colors2.asd: | | The cl-colors2<dot>asd file |
| Lisp File, cl-colors2/colornames.lisp: | | The cl-colors2/colornames<dot>lisp file |
| Lisp File, cl-colors2/colors.lisp: | | The cl-colors2/colors<dot>lisp file |
| Lisp File, cl-colors2/hexcolors.lisp: | | The cl-colors2/hexcolors<dot>lisp file |
| Lisp File, cl-colors2/package.lisp: | | The cl-colors2/package<dot>lisp file |
|
A.2 Functions
| Index Entry | | Section |
|
A | | |
| as-hsv : | | Exported generic functions |
| as-hsv : | | Exported generic functions |
| as-hsv : | | Exported generic functions |
| as-rgb : | | Exported generic functions |
| as-rgb : | | Exported generic functions |
| as-rgb : | | Exported generic functions |
| as-rgb : | | Exported generic functions |
|
C | | |
| cc : | | Internal functions |
| copy-hsv : | | Internal functions |
| copy-rgb : | | Internal functions |
|
D | | |
| define-rgb-color : | | Internal macros |
|
F | | |
| Function, cc : | | Internal functions |
| Function, copy-hsv : | | Internal functions |
| Function, copy-rgb : | | Internal functions |
| Function, gray : | | Exported functions |
| Function, hex-to-rgb : | | Exported functions |
| Function, hsv : | | Exported functions |
| Function, hsv-combination : | | Exported functions |
| Function, hsv-hue : | | Exported functions |
| Function, hsv-p : | | Internal functions |
| Function, hsv-saturation : | | Exported functions |
| Function, hsv-to-rgb : | | Exported functions |
| Function, hsv-value : | | Exported functions |
| Function, normalize-hue : | | Internal functions |
| Function, parse-hex-rgb : | | Exported functions |
| Function, print-hex-rgb : | | Exported functions |
| Function, rgb : | | Exported functions |
| Function, rgb-blue : | | Exported functions |
| Function, rgb-combination : | | Exported functions |
| Function, rgb-green : | | Exported functions |
| Function, rgb-p : | | Internal functions |
| Function, rgb-red : | | Exported functions |
| Function, rgb-to-hsv : | | Exported functions |
|
G | | |
| Generic Function, as-hsv : | | Exported generic functions |
| Generic Function, as-rgb : | | Exported generic functions |
| gray : | | Exported functions |
|
H | | |
| hex-to-rgb : | | Exported functions |
| hsv : | | Exported functions |
| hsv-combination : | | Exported functions |
| hsv-hue : | | Exported functions |
| hsv-p : | | Internal functions |
| hsv-saturation : | | Exported functions |
| hsv-to-rgb : | | Exported functions |
| hsv-value : | | Exported functions |
|
M | | |
| Macro, define-rgb-color : | | Internal macros |
| Method, as-hsv : | | Exported generic functions |
| Method, as-hsv : | | Exported generic functions |
| Method, as-rgb : | | Exported generic functions |
| Method, as-rgb : | | Exported generic functions |
| Method, as-rgb : | | Exported generic functions |
|
N | | |
| normalize-hue : | | Internal functions |
|
P | | |
| parse-hex-rgb : | | Exported functions |
| print-hex-rgb : | | Exported functions |
|
R | | |
| rgb : | | Exported functions |
| rgb-blue : | | Exported functions |
| rgb-combination : | | Exported functions |
| rgb-green : | | Exported functions |
| rgb-p : | | Internal functions |
| rgb-red : | | Exported functions |
| rgb-to-hsv : | | Exported functions |
|
A.3 Variables
| Index Entry | | Section |
|
+ | | |
| +aliceblue+ : | | Exported constants |
| +antiquewhite+ : | | Exported constants |
| +antiquewhite1+ : | | Exported constants |
| +antiquewhite2+ : | | Exported constants |
| +antiquewhite3+ : | | Exported constants |
| +antiquewhite4+ : | | Exported constants |
| +aquamarine+ : | | Exported constants |
| +aquamarine1+ : | | Exported constants |
| +aquamarine2+ : | | Exported constants |
| +aquamarine3+ : | | Exported constants |
| +aquamarine4+ : | | Exported constants |
| +azure+ : | | Exported constants |
| +azure1+ : | | Exported constants |
| +azure2+ : | | Exported constants |
| +azure3+ : | | Exported constants |
| +azure4+ : | | Exported constants |
| +beige+ : | | Exported constants |
| +bisque+ : | | Exported constants |
| +bisque1+ : | | Exported constants |
| +bisque2+ : | | Exported constants |
| +bisque3+ : | | Exported constants |
| +bisque4+ : | | Exported constants |
| +black+ : | | Exported constants |
| +blanchedalmond+ : | | Exported constants |
| +blue+ : | | Exported constants |
| +blue1+ : | | Exported constants |
| +blue2+ : | | Exported constants |
| +blue3+ : | | Exported constants |
| +blue4+ : | | Exported constants |
| +blueviolet+ : | | Exported constants |
| +brown+ : | | Exported constants |
| +brown1+ : | | Exported constants |
| +brown2+ : | | Exported constants |
| +brown3+ : | | Exported constants |
| +brown4+ : | | Exported constants |
| +burlywood+ : | | Exported constants |
| +burlywood1+ : | | Exported constants |
| +burlywood2+ : | | Exported constants |
| +burlywood3+ : | | Exported constants |
| +burlywood4+ : | | Exported constants |
| +cadetblue+ : | | Exported constants |
| +cadetblue1+ : | | Exported constants |
| +cadetblue2+ : | | Exported constants |
| +cadetblue3+ : | | Exported constants |
| +cadetblue4+ : | | Exported constants |
| +chartreuse+ : | | Exported constants |
| +chartreuse1+ : | | Exported constants |
| +chartreuse2+ : | | Exported constants |
| +chartreuse3+ : | | Exported constants |
| +chartreuse4+ : | | Exported constants |
| +chocolate+ : | | Exported constants |
| +chocolate1+ : | | Exported constants |
| +chocolate2+ : | | Exported constants |
| +chocolate3+ : | | Exported constants |
| +chocolate4+ : | | Exported constants |
| +coral+ : | | Exported constants |
| +coral1+ : | | Exported constants |
| +coral2+ : | | Exported constants |
| +coral3+ : | | Exported constants |
| +coral4+ : | | Exported constants |
| +cornflowerblue+ : | | Exported constants |
| +cornsilk+ : | | Exported constants |
| +cornsilk1+ : | | Exported constants |
| +cornsilk2+ : | | Exported constants |
| +cornsilk3+ : | | Exported constants |
| +cornsilk4+ : | | Exported constants |
| +cyan+ : | | Exported constants |
| +cyan1+ : | | Exported constants |
| +cyan2+ : | | Exported constants |
| +cyan3+ : | | Exported constants |
| +cyan4+ : | | Exported constants |
| +darkblue+ : | | Exported constants |
| +darkcyan+ : | | Exported constants |
| +darkgoldenrod+ : | | Exported constants |
| +darkgoldenrod1+ : | | Exported constants |
| +darkgoldenrod2+ : | | Exported constants |
| +darkgoldenrod3+ : | | Exported constants |
| +darkgoldenrod4+ : | | Exported constants |
| +darkgray+ : | | Exported constants |
| +darkgreen+ : | | Exported constants |
| +darkgrey+ : | | Exported constants |
| +darkkhaki+ : | | Exported constants |
| +darkmagenta+ : | | Exported constants |
| +darkolivegreen+ : | | Exported constants |
| +darkolivegreen1+ : | | Exported constants |
| +darkolivegreen2+ : | | Exported constants |
| +darkolivegreen3+ : | | Exported constants |
| +darkolivegreen4+ : | | Exported constants |
| +darkorange+ : | | Exported constants |
| +darkorange1+ : | | Exported constants |
| +darkorange2+ : | | Exported constants |
| +darkorange3+ : | | Exported constants |
| +darkorange4+ : | | Exported constants |
| +darkorchid+ : | | Exported constants |
| +darkorchid1+ : | | Exported constants |
| +darkorchid2+ : | | Exported constants |
| +darkorchid3+ : | | Exported constants |
| +darkorchid4+ : | | Exported constants |
| +darkred+ : | | Exported constants |
| +darksalmon+ : | | Exported constants |
| +darkseagreen+ : | | Exported constants |
| +darkseagreen1+ : | | Exported constants |
| +darkseagreen2+ : | | Exported constants |
| +darkseagreen3+ : | | Exported constants |
| +darkseagreen4+ : | | Exported constants |
| +darkslateblue+ : | | Exported constants |
| +darkslategray+ : | | Exported constants |
| +darkslategray1+ : | | Exported constants |
| +darkslategray2+ : | | Exported constants |
| +darkslategray3+ : | | Exported constants |
| +darkslategray4+ : | | Exported constants |
| +darkslategrey+ : | | Exported constants |
| +darkturquoise+ : | | Exported constants |
| +darkviolet+ : | | Exported constants |
| +debianred+ : | | Exported constants |
| +deeppink+ : | | Exported constants |
| +deeppink1+ : | | Exported constants |
| +deeppink2+ : | | Exported constants |
| +deeppink3+ : | | Exported constants |
| +deeppink4+ : | | Exported constants |
| +deepskyblue+ : | | Exported constants |
| +deepskyblue1+ : | | Exported constants |
| +deepskyblue2+ : | | Exported constants |
| +deepskyblue3+ : | | Exported constants |
| +deepskyblue4+ : | | Exported constants |
| +dimgray+ : | | Exported constants |
| +dimgrey+ : | | Exported constants |
| +dodgerblue+ : | | Exported constants |
| +dodgerblue1+ : | | Exported constants |
| +dodgerblue2+ : | | Exported constants |
| +dodgerblue3+ : | | Exported constants |
| +dodgerblue4+ : | | Exported constants |
| +firebrick+ : | | Exported constants |
| +firebrick1+ : | | Exported constants |
| +firebrick2+ : | | Exported constants |
| +firebrick3+ : | | Exported constants |
| +firebrick4+ : | | Exported constants |
| +floralwhite+ : | | Exported constants |
| +forestgreen+ : | | Exported constants |
| +gainsboro+ : | | Exported constants |
| +ghostwhite+ : | | Exported constants |
| +gold+ : | | Exported constants |
| +gold1+ : | | Exported constants |
| +gold2+ : | | Exported constants |
| +gold3+ : | | Exported constants |
| +gold4+ : | | Exported constants |
| +goldenrod+ : | | Exported constants |
| +goldenrod1+ : | | Exported constants |
| +goldenrod2+ : | | Exported constants |
| +goldenrod3+ : | | Exported constants |
| +goldenrod4+ : | | Exported constants |
| +gray+ : | | Exported constants |
| +gray0+ : | | Exported constants |
| +gray1+ : | | Exported constants |
| +gray10+ : | | Exported constants |
| +gray100+ : | | Exported constants |
| +gray11+ : | | Exported constants |
| +gray12+ : | | Exported constants |
| +gray13+ : | | Exported constants |
| +gray14+ : | | Exported constants |
| +gray15+ : | | Exported constants |
| +gray16+ : | | Exported constants |
| +gray17+ : | | Exported constants |
| +gray18+ : | | Exported constants |
| +gray19+ : | | Exported constants |
| +gray2+ : | | Exported constants |
| +gray20+ : | | Exported constants |
| +gray21+ : | | Exported constants |
| +gray22+ : | | Exported constants |
| +gray23+ : | | Exported constants |
| +gray24+ : | | Exported constants |
| +gray25+ : | | Exported constants |
| +gray26+ : | | Exported constants |
| +gray27+ : | | Exported constants |
| +gray28+ : | | Exported constants |
| +gray29+ : | | Exported constants |
| +gray3+ : | | Exported constants |
| +gray30+ : | | Exported constants |
| +gray31+ : | | Exported constants |
| +gray32+ : | | Exported constants |
| +gray33+ : | | Exported constants |
| +gray34+ : | | Exported constants |
| +gray35+ : | | Exported constants |
| +gray36+ : | | Exported constants |
| +gray37+ : | | Exported constants |
| +gray38+ : | | Exported constants |
| +gray39+ : | | Exported constants |
| +gray4+ : | | Exported constants |
| +gray40+ : | | Exported constants |
| +gray41+ : | | Exported constants |
| +gray42+ : | | Exported constants |
| +gray43+ : | | Exported constants |
| +gray44+ : | | Exported constants |
| +gray45+ : | | Exported constants |
| +gray46+ : | | Exported constants |
| +gray47+ : | | Exported constants |
| +gray48+ : | | Exported constants |
| +gray49+ : | | Exported constants |
| +gray5+ : | | Exported constants |
| +gray50+ : | | Exported constants |
| +gray51+ : | | Exported constants |
| +gray52+ : | | Exported constants |
| +gray53+ : | | Exported constants |
| +gray54+ : | | Exported constants |
| +gray55+ : | | Exported constants |
| +gray56+ : | | Exported constants |
| +gray57+ : | | Exported constants |
| +gray58+ : | | Exported constants |
| +gray59+ : | | Exported constants |
| +gray6+ : | | Exported constants |
| +gray60+ : | | Exported constants |
| +gray61+ : | | Exported constants |
| +gray62+ : | | Exported constants |
| +gray63+ : | | Exported constants |
| +gray64+ : | | Exported constants |
| +gray65+ : | | Exported constants |
| +gray66+ : | | Exported constants |
| +gray67+ : | | Exported constants |
| +gray68+ : | | Exported constants |
| +gray69+ : | | Exported constants |
| +gray7+ : | | Exported constants |
| +gray70+ : | | Exported constants |
| +gray71+ : | | Exported constants |
| +gray72+ : | | Exported constants |
| +gray73+ : | | Exported constants |
| +gray74+ : | | Exported constants |
| +gray75+ : | | Exported constants |
| +gray76+ : | | Exported constants |
| +gray77+ : | | Exported constants |
| +gray78+ : | | Exported constants |
| +gray79+ : | | Exported constants |
| +gray8+ : | | Exported constants |
| +gray80+ : | | Exported constants |
| +gray81+ : | | Exported constants |
| +gray82+ : | | Exported constants |
| +gray83+ : | | Exported constants |
| +gray84+ : | | Exported constants |
| +gray85+ : | | Exported constants |
| +gray86+ : | | Exported constants |
| +gray87+ : | | Exported constants |
| +gray88+ : | | Exported constants |
| +gray89+ : | | Exported constants |
| +gray9+ : | | Exported constants |
| +gray90+ : | | Exported constants |
| +gray91+ : | | Exported constants |
| +gray92+ : | | Exported constants |
| +gray93+ : | | Exported constants |
| +gray94+ : | | Exported constants |
| +gray95+ : | | Exported constants |
| +gray96+ : | | Exported constants |
| +gray97+ : | | Exported constants |
| +gray98+ : | | Exported constants |
| +gray99+ : | | Exported constants |
| +green+ : | | Exported constants |
| +green1+ : | | Exported constants |
| +green2+ : | | Exported constants |
| +green3+ : | | Exported constants |
| +green4+ : | | Exported constants |
| +greenyellow+ : | | Exported constants |
| +grey+ : | | Exported constants |
| +grey0+ : | | Exported constants |
| +grey1+ : | | Exported constants |
| +grey10+ : | | Exported constants |
| +grey100+ : | | Exported constants |
| +grey11+ : | | Exported constants |
| +grey12+ : | | Exported constants |
| +grey13+ : | | Exported constants |
| +grey14+ : | | Exported constants |
| +grey15+ : | | Exported constants |
| +grey16+ : | | Exported constants |
| +grey17+ : | | Exported constants |
| +grey18+ : | | Exported constants |
| +grey19+ : | | Exported constants |
| +grey2+ : | | Exported constants |
| +grey20+ : | | Exported constants |
| +grey21+ : | | Exported constants |
| +grey22+ : | | Exported constants |
| +grey23+ : | | Exported constants |
| +grey24+ : | | Exported constants |
| +grey25+ : | | Exported constants |
| +grey26+ : | | Exported constants |
| +grey27+ : | | Exported constants |
| +grey28+ : | | Exported constants |
| +grey29+ : | | Exported constants |
| +grey3+ : | | Exported constants |
| +grey30+ : | | Exported constants |
| +grey31+ : | | Exported constants |
| +grey32+ : | | Exported constants |
| +grey33+ : | | Exported constants |
| +grey34+ : | | Exported constants |
| +grey35+ : | | Exported constants |
| +grey36+ : | | Exported constants |
| +grey37+ : | | Exported constants |
| +grey38+ : | | Exported constants |
| +grey39+ : | | Exported constants |
| +grey4+ : | | Exported constants |
| +grey40+ : | | Exported constants |
| +grey41+ : | | Exported constants |
| +grey42+ : | | Exported constants |
| +grey43+ : | | Exported constants |
| +grey44+ : | | Exported constants |
| +grey45+ : | | Exported constants |
| +grey46+ : | | Exported constants |
| +grey47+ : | | Exported constants |
| +grey48+ : | | Exported constants |
| +grey49+ : | | Exported constants |
| +grey5+ : | | Exported constants |
| +grey50+ : | | Exported constants |
| +grey51+ : | | Exported constants |
| +grey52+ : | | Exported constants |
| +grey53+ : | | Exported constants |
| +grey54+ : | | Exported constants |
| +grey55+ : | | Exported constants |
| +grey56+ : | | Exported constants |
| +grey57+ : | | Exported constants |
| +grey58+ : | | Exported constants |
| +grey59+ : | | Exported constants |
| +grey6+ : | | Exported constants |
| +grey60+ : | | Exported constants |
| +grey61+ : | | Exported constants |
| +grey62+ : | | Exported constants |
| +grey63+ : | | Exported constants |
| +grey64+ : | | Exported constants |
| +grey65+ : | | Exported constants |
| +grey66+ : | | Exported constants |
| +grey67+ : | | Exported constants |
| +grey68+ : | | Exported constants |
| +grey69+ : | | Exported constants |
| +grey7+ : | | Exported constants |
| +grey70+ : | | Exported constants |
| +grey71+ : | | Exported constants |
| +grey72+ : | | Exported constants |
| +grey73+ : | | Exported constants |
| +grey74+ : | | Exported constants |
| +grey75+ : | | Exported constants |
| +grey76+ : | | Exported constants |
| +grey77+ : | | Exported constants |
| +grey78+ : | | Exported constants |
| +grey79+ : | | Exported constants |
| +grey8+ : | | Exported constants |
| +grey80+ : | | Exported constants |
| +grey81+ : | | Exported constants |
| +grey82+ : | | Exported constants |
| +grey83+ : | | Exported constants |
| +grey84+ : | | Exported constants |
| +grey85+ : | | Exported constants |
| +grey86+ : | | Exported constants |
| +grey87+ : | | Exported constants |
| +grey88+ : | | Exported constants |
| +grey89+ : | | Exported constants |
| +grey9+ : | | Exported constants |
| +grey90+ : | | Exported constants |
| +grey91+ : | | Exported constants |
| +grey92+ : | | Exported constants |
| +grey93+ : | | Exported constants |
| +grey94+ : | | Exported constants |
| +grey95+ : | | Exported constants |
| +grey96+ : | | Exported constants |
| +grey97+ : | | Exported constants |
| +grey98+ : | | Exported constants |
| +grey99+ : | | Exported constants |
| +honeydew+ : | | Exported constants |
| +honeydew1+ : | | Exported constants |
| +honeydew2+ : | | Exported constants |
| +honeydew3+ : | | Exported constants |
| +honeydew4+ : | | Exported constants |
| +hotpink+ : | | Exported constants |
| +hotpink1+ : | | Exported constants |
| +hotpink2+ : | | Exported constants |
| +hotpink3+ : | | Exported constants |
| +hotpink4+ : | | Exported constants |
| +indianred+ : | | Exported constants |
| +indianred1+ : | | Exported constants |
| +indianred2+ : | | Exported constants |
| +indianred3+ : | | Exported constants |
| +indianred4+ : | | Exported constants |
| +ivory+ : | | Exported constants |
| +ivory1+ : | | Exported constants |
| +ivory2+ : | | Exported constants |
| +ivory3+ : | | Exported constants |
| +ivory4+ : | | Exported constants |
| +khaki+ : | | Exported constants |
| +khaki1+ : | | Exported constants |
| +khaki2+ : | | Exported constants |
| +khaki3+ : | | Exported constants |
| +khaki4+ : | | Exported constants |
| +lavender+ : | | Exported constants |
| +lavenderblush+ : | | Exported constants |
| +lavenderblush1+ : | | Exported constants |
| +lavenderblush2+ : | | Exported constants |
| +lavenderblush3+ : | | Exported constants |
| +lavenderblush4+ : | | Exported constants |
| +lawngreen+ : | | Exported constants |
| +lemonchiffon+ : | | Exported constants |
| +lemonchiffon1+ : | | Exported constants |
| +lemonchiffon2+ : | | Exported constants |
| +lemonchiffon3+ : | | Exported constants |
| +lemonchiffon4+ : | | Exported constants |
| +lightblue+ : | | Exported constants |
| +lightblue1+ : | | Exported constants |
| +lightblue2+ : | | Exported constants |
| +lightblue3+ : | | Exported constants |
| +lightblue4+ : | | Exported constants |
| +lightcoral+ : | | Exported constants |
| +lightcyan+ : | | Exported constants |
| +lightcyan1+ : | | Exported constants |
| +lightcyan2+ : | | Exported constants |
| +lightcyan3+ : | | Exported constants |
| +lightcyan4+ : | | Exported constants |
| +lightgoldenrod+ : | | Exported constants |
| +lightgoldenrod1+ : | | Exported constants |
| +lightgoldenrod2+ : | | Exported constants |
| +lightgoldenrod3+ : | | Exported constants |
| +lightgoldenrod4+ : | | Exported constants |
| +lightgoldenrodyellow+ : | | Exported constants |
| +lightgray+ : | | Exported constants |
| +lightgreen+ : | | Exported constants |
| +lightgrey+ : | | Exported constants |
| +lightpink+ : | | Exported constants |
| +lightpink1+ : | | Exported constants |
| +lightpink2+ : | | Exported constants |
| +lightpink3+ : | | Exported constants |
| +lightpink4+ : | | Exported constants |
| +lightsalmon+ : | | Exported constants |
| +lightsalmon1+ : | | Exported constants |
| +lightsalmon2+ : | | Exported constants |
| +lightsalmon3+ : | | Exported constants |
| +lightsalmon4+ : | | Exported constants |
| +lightseagreen+ : | | Exported constants |
| +lightskyblue+ : | | Exported constants |
| +lightskyblue1+ : | | Exported constants |
| +lightskyblue2+ : | | Exported constants |
| +lightskyblue3+ : | | Exported constants |
| +lightskyblue4+ : | | Exported constants |
| +lightslateblue+ : | | Exported constants |
| +lightslategray+ : | | Exported constants |
| +lightslategrey+ : | | Exported constants |
| +lightsteelblue+ : | | Exported constants |
| +lightsteelblue1+ : | | Exported constants |
| +lightsteelblue2+ : | | Exported constants |
| +lightsteelblue3+ : | | Exported constants |
| +lightsteelblue4+ : | | Exported constants |
| +lightyellow+ : | | Exported constants |
| +lightyellow1+ : | | Exported constants |
| +lightyellow2+ : | | Exported constants |
| +lightyellow3+ : | | Exported constants |
| +lightyellow4+ : | | Exported constants |
| +limegreen+ : | | Exported constants |
| +linen+ : | | Exported constants |
| +magenta+ : | | Exported constants |
| +magenta1+ : | | Exported constants |
| +magenta2+ : | | Exported constants |
| +magenta3+ : | | Exported constants |
| +magenta4+ : | | Exported constants |
| +maroon+ : | | Exported constants |
| +maroon1+ : | | Exported constants |
| +maroon2+ : | | Exported constants |
| +maroon3+ : | | Exported constants |
| +maroon4+ : | | Exported constants |
| +mediumaquamarine+ : | | Exported constants |
| +mediumblue+ : | | Exported constants |
| +mediumorchid+ : | | Exported constants |
| +mediumorchid1+ : | | Exported constants |
| +mediumorchid2+ : | | Exported constants |
| +mediumorchid3+ : | | Exported constants |
| +mediumorchid4+ : | | Exported constants |
| +mediumpurple+ : | | Exported constants |
| +mediumpurple1+ : | | Exported constants |
| +mediumpurple2+ : | | Exported constants |
| +mediumpurple3+ : | | Exported constants |
| +mediumpurple4+ : | | Exported constants |
| +mediumseagreen+ : | | Exported constants |
| +mediumslateblue+ : | | Exported constants |
| +mediumspringgreen+ : | | Exported constants |
| +mediumturquoise+ : | | Exported constants |
| +mediumvioletred+ : | | Exported constants |
| +midnightblue+ : | | Exported constants |
| +mintcream+ : | | Exported constants |
| +mistyrose+ : | | Exported constants |
| +mistyrose1+ : | | Exported constants |
| +mistyrose2+ : | | Exported constants |
| +mistyrose3+ : | | Exported constants |
| +mistyrose4+ : | | Exported constants |
| +moccasin+ : | | Exported constants |
| +navajowhite+ : | | Exported constants |
| +navajowhite1+ : | | Exported constants |
| +navajowhite2+ : | | Exported constants |
| +navajowhite3+ : | | Exported constants |
| +navajowhite4+ : | | Exported constants |
| +navy+ : | | Exported constants |
| +navyblue+ : | | Exported constants |
| +oldlace+ : | | Exported constants |
| +olivedrab+ : | | Exported constants |
| +olivedrab1+ : | | Exported constants |
| +olivedrab2+ : | | Exported constants |
| +olivedrab3+ : | | Exported constants |
| +olivedrab4+ : | | Exported constants |
| +orange+ : | | Exported constants |
| +orange1+ : | | Exported constants |
| +orange2+ : | | Exported constants |
| +orange3+ : | | Exported constants |
| +orange4+ : | | Exported constants |
| +orangered+ : | | Exported constants |
| +orangered1+ : | | Exported constants |
| +orangered2+ : | | Exported constants |
| +orangered3+ : | | Exported constants |
| +orangered4+ : | | Exported constants |
| +orchid+ : | | Exported constants |
| +orchid1+ : | | Exported constants |
| +orchid2+ : | | Exported constants |
| +orchid3+ : | | Exported constants |
| +orchid4+ : | | Exported constants |
| +palegoldenrod+ : | | Exported constants |
| +palegreen+ : | | Exported constants |
| +palegreen1+ : | | Exported constants |
| +palegreen2+ : | | Exported constants |
| +palegreen3+ : | | Exported constants |
| +palegreen4+ : | | Exported constants |
| +paleturquoise+ : | | Exported constants |
| +paleturquoise1+ : | | Exported constants |
| +paleturquoise2+ : | | Exported constants |
| +paleturquoise3+ : | | Exported constants |
| +paleturquoise4+ : | | Exported constants |
| +palevioletred+ : | | Exported constants |
| +palevioletred1+ : | | Exported constants |
| +palevioletred2+ : | | Exported constants |
| +palevioletred3+ : | | Exported constants |
| +palevioletred4+ : | | Exported constants |
| +papayawhip+ : | | Exported constants |
| +peachpuff+ : | | Exported constants |
| +peachpuff1+ : | | Exported constants |
| +peachpuff2+ : | | Exported constants |
| +peachpuff3+ : | | Exported constants |
| +peachpuff4+ : | | Exported constants |
| +peru+ : | | Exported constants |
| +pink+ : | | Exported constants |
| +pink1+ : | | Exported constants |
| +pink2+ : | | Exported constants |
| +pink3+ : | | Exported constants |
| +pink4+ : | | Exported constants |
| +plum+ : | | Exported constants |
| +plum1+ : | | Exported constants |
| +plum2+ : | | Exported constants |
| +plum3+ : | | Exported constants |
| +plum4+ : | | Exported constants |
| +powderblue+ : | | Exported constants |
| +purple+ : | | Exported constants |
| +purple1+ : | | Exported constants |
| +purple2+ : | | Exported constants |
| +purple3+ : | | Exported constants |
| +purple4+ : | | Exported constants |
| +red+ : | | Exported constants |
| +red1+ : | | Exported constants |
| +red2+ : | | Exported constants |
| +red3+ : | | Exported constants |
| +red4+ : | | Exported constants |
| +rosybrown+ : | | Exported constants |
| +rosybrown1+ : | | Exported constants |
| +rosybrown2+ : | | Exported constants |
| +rosybrown3+ : | | Exported constants |
| +rosybrown4+ : | | Exported constants |
| +royalblue+ : | | Exported constants |
| +royalblue1+ : | | Exported constants |
| +royalblue2+ : | | Exported constants |
| +royalblue3+ : | | Exported constants |
| +royalblue4+ : | | Exported constants |
| +saddlebrown+ : | | Exported constants |
| +salmon+ : | | Exported constants |
| +salmon1+ : | | Exported constants |
| +salmon2+ : | | Exported constants |
| +salmon3+ : | | Exported constants |
| +salmon4+ : | | Exported constants |
| +sandybrown+ : | | Exported constants |
| +seagreen+ : | | Exported constants |
| +seagreen1+ : | | Exported constants |
| +seagreen2+ : | | Exported constants |
| +seagreen3+ : | | Exported constants |
| +seagreen4+ : | | Exported constants |
| +seashell+ : | | Exported constants |
| +seashell1+ : | | Exported constants |
| +seashell2+ : | | Exported constants |
| +seashell3+ : | | Exported constants |
| +seashell4+ : | | Exported constants |
| +sienna+ : | | Exported constants |
| +sienna1+ : | | Exported constants |
| +sienna2+ : | | Exported constants |
| +sienna3+ : | | Exported constants |
| +sienna4+ : | | Exported constants |
| +skyblue+ : | | Exported constants |
| +skyblue1+ : | | Exported constants |
| +skyblue2+ : | | Exported constants |
| +skyblue3+ : | | Exported constants |
| +skyblue4+ : | | Exported constants |
| +slateblue+ : | | Exported constants |
| +slateblue1+ : | | Exported constants |
| +slateblue2+ : | | Exported constants |
| +slateblue3+ : | | Exported constants |
| +slateblue4+ : | | Exported constants |
| +slategray+ : | | Exported constants |
| +slategray1+ : | | Exported constants |
| +slategray2+ : | | Exported constants |
| +slategray3+ : | | Exported constants |
| +slategray4+ : | | Exported constants |
| +slategrey+ : | | Exported constants |
| +snow+ : | | Exported constants |
| +snow1+ : | | Exported constants |
| +snow2+ : | | Exported constants |
| +snow3+ : | | Exported constants |
| +snow4+ : | | Exported constants |
| +springgreen+ : | | Exported constants |
| +springgreen1+ : | | Exported constants |
| +springgreen2+ : | | Exported constants |
| +springgreen3+ : | | Exported constants |
| +springgreen4+ : | | Exported constants |
| +steelblue+ : | | Exported constants |
| +steelblue1+ : | | Exported constants |
| +steelblue2+ : | | Exported constants |
| +steelblue3+ : | | Exported constants |
| +steelblue4+ : | | Exported constants |
| +tan+ : | | Exported constants |
| +tan1+ : | | Exported constants |
| +tan2+ : | | Exported constants |
| +tan3+ : | | Exported constants |
| +tan4+ : | | Exported constants |
| +thistle+ : | | Exported constants |
| +thistle1+ : | | Exported constants |
| +thistle2+ : | | Exported constants |
| +thistle3+ : | | Exported constants |
| +thistle4+ : | | Exported constants |
| +tomato+ : | | Exported constants |
| +tomato1+ : | | Exported constants |
| +tomato2+ : | | Exported constants |
| +tomato3+ : | | Exported constants |
| +tomato4+ : | | Exported constants |
| +turquoise+ : | | Exported constants |
| +turquoise1+ : | | Exported constants |
| +turquoise2+ : | | Exported constants |
| +turquoise3+ : | | Exported constants |
| +turquoise4+ : | | Exported constants |
| +violet+ : | | Exported constants |
| +violetred+ : | | Exported constants |
| +violetred1+ : | | Exported constants |
| +violetred2+ : | | Exported constants |
| +violetred3+ : | | Exported constants |
| +violetred4+ : | | Exported constants |
| +wheat+ : | | Exported constants |
| +wheat1+ : | | Exported constants |
| +wheat2+ : | | Exported constants |
| +wheat3+ : | | Exported constants |
| +wheat4+ : | | Exported constants |
| +white+ : | | Exported constants |
| +whitesmoke+ : | | Exported constants |
| +yellow+ : | | Exported constants |
| +yellow1+ : | | Exported constants |
| +yellow2+ : | | Exported constants |
| +yellow3+ : | | Exported constants |
| +yellow4+ : | | Exported constants |
| +yellowgreen+ : | | Exported constants |
|
B | | |
| blue : | | Exported structures |
|
C | | |
| Constant, +aliceblue+ : | | Exported constants |
| Constant, +antiquewhite+ : | | Exported constants |
| Constant, +antiquewhite1+ : | | Exported constants |
| Constant, +antiquewhite2+ : | | Exported constants |
| Constant, +antiquewhite3+ : | | Exported constants |
| Constant, +antiquewhite4+ : | | Exported constants |
| Constant, +aquamarine+ : | | Exported constants |
| Constant, +aquamarine1+ : | | Exported constants |
| Constant, +aquamarine2+ : | | Exported constants |
| Constant, +aquamarine3+ : | | Exported constants |
| Constant, +aquamarine4+ : | | Exported constants |
| Constant, +azure+ : | | Exported constants |
| Constant, +azure1+ : | | Exported constants |
| Constant, +azure2+ : | | Exported constants |
| Constant, +azure3+ : | | Exported constants |
| Constant, +azure4+ : | | Exported constants |
| Constant, +beige+ : | | Exported constants |
| Constant, +bisque+ : | | Exported constants |
| Constant, +bisque1+ : | | Exported constants |
| Constant, +bisque2+ : | | Exported constants |
| Constant, +bisque3+ : | | Exported constants |
| Constant, +bisque4+ : | | Exported constants |
| Constant, +black+ : | | Exported constants |
| Constant, +blanchedalmond+ : | | Exported constants |
| Constant, +blue+ : | | Exported constants |
| Constant, +blue1+ : | | Exported constants |
| Constant, +blue2+ : | | Exported constants |
| Constant, +blue3+ : | | Exported constants |
| Constant, +blue4+ : | | Exported constants |
| Constant, +blueviolet+ : | | Exported constants |
| Constant, +brown+ : | | Exported constants |
| Constant, +brown1+ : | | Exported constants |
| Constant, +brown2+ : | | Exported constants |
| Constant, +brown3+ : | | Exported constants |
| Constant, +brown4+ : | | Exported constants |
| Constant, +burlywood+ : | | Exported constants |
| Constant, +burlywood1+ : | | Exported constants |
| Constant, +burlywood2+ : | | Exported constants |
| Constant, +burlywood3+ : | | Exported constants |
| Constant, +burlywood4+ : | | Exported constants |
| Constant, +cadetblue+ : | | Exported constants |
| Constant, +cadetblue1+ : | | Exported constants |
| Constant, +cadetblue2+ : | | Exported constants |
| Constant, +cadetblue3+ : | | Exported constants |
| Constant, +cadetblue4+ : | | Exported constants |
| Constant, +chartreuse+ : | | Exported constants |
| Constant, +chartreuse1+ : | | Exported constants |
| Constant, +chartreuse2+ : | | Exported constants |
| Constant, +chartreuse3+ : | | Exported constants |
| Constant, +chartreuse4+ : | | Exported constants |
| Constant, +chocolate+ : | | Exported constants |
| Constant, +chocolate1+ : | | Exported constants |
| Constant, +chocolate2+ : | | Exported constants |
| Constant, +chocolate3+ : | | Exported constants |
| Constant, +chocolate4+ : | | Exported constants |
| Constant, +coral+ : | | Exported constants |
| Constant, +coral1+ : | | Exported constants |
| Constant, +coral2+ : | | Exported constants |
| Constant, +coral3+ : | | Exported constants |
| Constant, +coral4+ : | | Exported constants |
| Constant, +cornflowerblue+ : | | Exported constants |
| Constant, +cornsilk+ : | | Exported constants |
| Constant, +cornsilk1+ : | | Exported constants |
| Constant, +cornsilk2+ : | | Exported constants |
| Constant, +cornsilk3+ : | | Exported constants |
| Constant, +cornsilk4+ : | | Exported constants |
| Constant, +cyan+ : | | Exported constants |
| Constant, +cyan1+ : | | Exported constants |
| Constant, +cyan2+ : | | Exported constants |
| Constant, +cyan3+ : | | Exported constants |
| Constant, +cyan4+ : | | Exported constants |
| Constant, +darkblue+ : | | Exported constants |
| Constant, +darkcyan+ : | | Exported constants |
| Constant, +darkgoldenrod+ : | | Exported constants |
| Constant, +darkgoldenrod1+ : | | Exported constants |
| Constant, +darkgoldenrod2+ : | | Exported constants |
| Constant, +darkgoldenrod3+ : | | Exported constants |
| Constant, +darkgoldenrod4+ : | | Exported constants |
| Constant, +darkgray+ : | | Exported constants |
| Constant, +darkgreen+ : | | Exported constants |
| Constant, +darkgrey+ : | | Exported constants |
| Constant, +darkkhaki+ : | | Exported constants |
| Constant, +darkmagenta+ : | | Exported constants |
| Constant, +darkolivegreen+ : | | Exported constants |
| Constant, +darkolivegreen1+ : | | Exported constants |
| Constant, +darkolivegreen2+ : | | Exported constants |
| Constant, +darkolivegreen3+ : | | Exported constants |
| Constant, +darkolivegreen4+ : | | Exported constants |
| Constant, +darkorange+ : | | Exported constants |
| Constant, +darkorange1+ : | | Exported constants |
| Constant, +darkorange2+ : | | Exported constants |
| Constant, +darkorange3+ : | | Exported constants |
| Constant, +darkorange4+ : | | Exported constants |
| Constant, +darkorchid+ : | | Exported constants |
| Constant, +darkorchid1+ : | | Exported constants |
| Constant, +darkorchid2+ : | | Exported constants |
| Constant, +darkorchid3+ : | | Exported constants |
| Constant, +darkorchid4+ : | | Exported constants |
| Constant, +darkred+ : | | Exported constants |
| Constant, +darksalmon+ : | | Exported constants |
| Constant, +darkseagreen+ : | | Exported constants |
| Constant, +darkseagreen1+ : | | Exported constants |
| Constant, +darkseagreen2+ : | | Exported constants |
| Constant, +darkseagreen3+ : | | Exported constants |
| Constant, +darkseagreen4+ : | | Exported constants |
| Constant, +darkslateblue+ : | | Exported constants |
| Constant, +darkslategray+ : | | Exported constants |
| Constant, +darkslategray1+ : | | Exported constants |
| Constant, +darkslategray2+ : | | Exported constants |
| Constant, +darkslategray3+ : | | Exported constants |
| Constant, +darkslategray4+ : | | Exported constants |
| Constant, +darkslategrey+ : | | Exported constants |
| Constant, +darkturquoise+ : | | Exported constants |
| Constant, +darkviolet+ : | | Exported constants |
| Constant, +debianred+ : | | Exported constants |
| Constant, +deeppink+ : | | Exported constants |
| Constant, +deeppink1+ : | | Exported constants |
| Constant, +deeppink2+ : | | Exported constants |
| Constant, +deeppink3+ : | | Exported constants |
| Constant, +deeppink4+ : | | Exported constants |
| Constant, +deepskyblue+ : | | Exported constants |
| Constant, +deepskyblue1+ : | | Exported constants |
| Constant, +deepskyblue2+ : | | Exported constants |
| Constant, +deepskyblue3+ : | | Exported constants |
| Constant, +deepskyblue4+ : | | Exported constants |
| Constant, +dimgray+ : | | Exported constants |
| Constant, +dimgrey+ : | | Exported constants |
| Constant, +dodgerblue+ : | | Exported constants |
| Constant, +dodgerblue1+ : | | Exported constants |
| Constant, +dodgerblue2+ : | | Exported constants |
| Constant, +dodgerblue3+ : | | Exported constants |
| Constant, +dodgerblue4+ : | | Exported constants |
| Constant, +firebrick+ : | | Exported constants |
| Constant, +firebrick1+ : | | Exported constants |
| Constant, +firebrick2+ : | | Exported constants |
| Constant, +firebrick3+ : | | Exported constants |
| Constant, +firebrick4+ : | | Exported constants |
| Constant, +floralwhite+ : | | Exported constants |
| Constant, +forestgreen+ : | | Exported constants |
| Constant, +gainsboro+ : | | Exported constants |
| Constant, +ghostwhite+ : | | Exported constants |
| Constant, +gold+ : | | Exported constants |
| Constant, +gold1+ : | | Exported constants |
| Constant, +gold2+ : | | Exported constants |
| Constant, +gold3+ : | | Exported constants |
| Constant, +gold4+ : | | Exported constants |
| Constant, +goldenrod+ : | | Exported constants |
| Constant, +goldenrod1+ : | | Exported constants |
| Constant, +goldenrod2+ : | | Exported constants |
| Constant, +goldenrod3+ : | | Exported constants |
| Constant, +goldenrod4+ : | | Exported constants |
| Constant, +gray+ : | | Exported constants |
| Constant, +gray0+ : | | Exported constants |
| Constant, +gray1+ : | | Exported constants |
| Constant, +gray10+ : | | Exported constants |
| Constant, +gray100+ : | | Exported constants |
| Constant, +gray11+ : | | Exported constants |
| Constant, +gray12+ : | | Exported constants |
| Constant, +gray13+ : | | Exported constants |
| Constant, +gray14+ : | | Exported constants |
| Constant, +gray15+ : | | Exported constants |
| Constant, +gray16+ : | | Exported constants |
| Constant, +gray17+ : | | Exported constants |
| Constant, +gray18+ : | | Exported constants |
| Constant, +gray19+ : | | Exported constants |
| Constant, +gray2+ : | | Exported constants |
| Constant, +gray20+ : | | Exported constants |
| Constant, +gray21+ : | | Exported constants |
| Constant, +gray22+ : | | Exported constants |
| Constant, +gray23+ : | | Exported constants |
| Constant, +gray24+ : | | Exported constants |
| Constant, +gray25+ : | | Exported constants |
| Constant, +gray26+ : | | Exported constants |
| Constant, +gray27+ : | | Exported constants |
| Constant, +gray28+ : | | Exported constants |
| Constant, +gray29+ : | | Exported constants |
| Constant, +gray3+ : | | Exported constants |
| Constant, +gray30+ : | | Exported constants |
| Constant, +gray31+ : | | Exported constants |
| Constant, +gray32+ : | | Exported constants |
| Constant, +gray33+ : | | Exported constants |
| Constant, +gray34+ : | | Exported constants |
| Constant, +gray35+ : | | Exported constants |
| Constant, +gray36+ : | | Exported constants |
| Constant, +gray37+ : | | Exported constants |
| Constant, +gray38+ : | | Exported constants |
| Constant, +gray39+ : | | Exported constants |
| Constant, +gray4+ : | | Exported constants |
| Constant, +gray40+ : | | Exported constants |
| Constant, +gray41+ : | | Exported constants |
| Constant, +gray42+ : | | Exported constants |
| Constant, +gray43+ : | | Exported constants |
| Constant, +gray44+ : | | Exported constants |
| Constant, +gray45+ : | | Exported constants |
| Constant, +gray46+ : | | Exported constants |
| Constant, +gray47+ : | | Exported constants |
| Constant, +gray48+ : | | Exported constants |
| Constant, +gray49+ : | | Exported constants |
| Constant, +gray5+ : | | Exported constants |
| Constant, +gray50+ : | | Exported constants |
| Constant, +gray51+ : | | Exported constants |
| Constant, +gray52+ : | | Exported constants |
| Constant, +gray53+ : | | Exported constants |
| Constant, +gray54+ : | | Exported constants |
| Constant, +gray55+ : | | Exported constants |
| Constant, +gray56+ : | | Exported constants |
| Constant, +gray57+ : | | Exported constants |
| Constant, +gray58+ : | | Exported constants |
| Constant, +gray59+ : | | Exported constants |
| Constant, +gray6+ : | | Exported constants |
| Constant, +gray60+ : | | Exported constants |
| Constant, +gray61+ : | | Exported constants |
| Constant, +gray62+ : | | Exported constants |
| Constant, +gray63+ : | | Exported constants |
| Constant, +gray64+ : | | Exported constants |
| Constant, +gray65+ : | | Exported constants |
| Constant, +gray66+ : | | Exported constants |
| Constant, +gray67+ : | | Exported constants |
| Constant, +gray68+ : | | Exported constants |
| Constant, +gray69+ : | | Exported constants |
| Constant, +gray7+ : | | Exported constants |
| Constant, +gray70+ : | | Exported constants |
| Constant, +gray71+ : | | Exported constants |
| Constant, +gray72+ : | | Exported constants |
| Constant, +gray73+ : | | Exported constants |
| Constant, +gray74+ : | | Exported constants |
| Constant, +gray75+ : | | Exported constants |
| Constant, +gray76+ : | | Exported constants |
| Constant, +gray77+ : | | Exported constants |
| Constant, +gray78+ : | | Exported constants |
| Constant, +gray79+ : | | Exported constants |
| Constant, +gray8+ : | | Exported constants |
| Constant, +gray80+ : | | Exported constants |
| Constant, +gray81+ : | | Exported constants |
| Constant, +gray82+ : | | Exported constants |
| Constant, +gray83+ : | | Exported constants |
| Constant, +gray84+ : | | Exported constants |
| Constant, +gray85+ : | | Exported constants |
| Constant, +gray86+ : | | Exported constants |
| Constant, +gray87+ : | | Exported constants |
| Constant, +gray88+ : | | Exported constants |
| Constant, +gray89+ : | | Exported constants |
| Constant, +gray9+ : | | Exported constants |
| Constant, +gray90+ : | | Exported constants |
| Constant, +gray91+ : | | Exported constants |
| Constant, +gray92+ : | | Exported constants |
| Constant, +gray93+ : | | Exported constants |
| Constant, +gray94+ : | | Exported constants |
| Constant, +gray95+ : | | Exported constants |
| Constant, +gray96+ : | | Exported constants |
| Constant, +gray97+ : | | Exported constants |
| Constant, +gray98+ : | | Exported constants |
| Constant, +gray99+ : | | Exported constants |
| Constant, +green+ : | | Exported constants |
| Constant, +green1+ : | | Exported constants |
| Constant, +green2+ : | | Exported constants |
| Constant, +green3+ : | | Exported constants |
| Constant, +green4+ : | | Exported constants |
| Constant, +greenyellow+ : | | Exported constants |
| Constant, +grey+ : | | Exported constants |
| Constant, +grey0+ : | | Exported constants |
| Constant, +grey1+ : | | Exported constants |
| Constant, +grey10+ : | | Exported constants |
| Constant, +grey100+ : | | Exported constants |
| Constant, +grey11+ : | | Exported constants |
| Constant, +grey12+ : | | Exported constants |
| Constant, +grey13+ : | | Exported constants |
| Constant, +grey14+ : | | Exported constants |
| Constant, +grey15+ : | | Exported constants |
| Constant, +grey16+ : | | Exported constants |
| Constant, +grey17+ : | | Exported constants |
| Constant, +grey18+ : | | Exported constants |
| Constant, +grey19+ : | | Exported constants |
| Constant, +grey2+ : | | Exported constants |
| Constant, +grey20+ : | | Exported constants |
| Constant, +grey21+ : | | Exported constants |
| Constant, +grey22+ : | | Exported constants |
| Constant, +grey23+ : | | Exported constants |
| Constant, +grey24+ : | | Exported constants |
| Constant, +grey25+ : | | Exported constants |
| Constant, +grey26+ : | | Exported constants |
| Constant, +grey27+ : | | Exported constants |
| Constant, +grey28+ : | | Exported constants |
| Constant, +grey29+ : | | Exported constants |
| Constant, +grey3+ : | | Exported constants |
| Constant, +grey30+ : | | Exported constants |
| Constant, +grey31+ : | | Exported constants |
| Constant, +grey32+ : | | Exported constants |
| Constant, +grey33+ : | | Exported constants |
| Constant, +grey34+ : | | Exported constants |
| Constant, +grey35+ : | | Exported constants |
| Constant, +grey36+ : | | Exported constants |
| Constant, +grey37+ : | | Exported constants |
| Constant, +grey38+ : | | Exported constants |
| Constant, +grey39+ : | | Exported constants |
| Constant, +grey4+ : | | Exported constants |
| Constant, +grey40+ : | | Exported constants |
| Constant, +grey41+ : | | Exported constants |
| Constant, +grey42+ : | | Exported constants |
| Constant, +grey43+ : | | Exported constants |
| Constant, +grey44+ : | | Exported constants |
| Constant, +grey45+ : | | Exported constants |
| Constant, +grey46+ : | | Exported constants |
| Constant, +grey47+ : | | Exported constants |
| Constant, +grey48+ : | | Exported constants |
| Constant, +grey49+ : | | Exported constants |
| Constant, +grey5+ : | | Exported constants |
| Constant, +grey50+ : | | Exported constants |
| Constant, +grey51+ : | | Exported constants |
| Constant, +grey52+ : | | Exported constants |
| Constant, +grey53+ : | | Exported constants |
| Constant, +grey54+ : | | Exported constants |
| Constant, +grey55+ : | | Exported constants |
| Constant, +grey56+ : | | Exported constants |
| Constant, +grey57+ : | | Exported constants |
| Constant, +grey58+ : | | Exported constants |
| Constant, +grey59+ : | | Exported constants |
| Constant, +grey6+ : | | Exported constants |
| Constant, +grey60+ : | | Exported constants |
| Constant, +grey61+ : | | Exported constants |
| Constant, +grey62+ : | | Exported constants |
| Constant, +grey63+ : | | Exported constants |
| Constant, +grey64+ : | | Exported constants |
| Constant, +grey65+ : | | Exported constants |
| Constant, +grey66+ : | | Exported constants |
| Constant, +grey67+ : | | Exported constants |
| Constant, +grey68+ : | | Exported constants |
| Constant, +grey69+ : | | Exported constants |
| Constant, +grey7+ : | | Exported constants |
| Constant, +grey70+ : | | Exported constants |
| Constant, +grey71+ : | | Exported constants |
| Constant, +grey72+ : | | Exported constants |
| Constant, +grey73+ : | | Exported constants |
| Constant, +grey74+ : | | Exported constants |
| Constant, +grey75+ : | | Exported constants |
| Constant, +grey76+ : | | Exported constants |
| Constant, +grey77+ : | | Exported constants |
| Constant, +grey78+ : | | Exported constants |
| Constant, +grey79+ : | | Exported constants |
| Constant, +grey8+ : | | Exported constants |
| Constant, +grey80+ : | | Exported constants |
| Constant, +grey81+ : | | Exported constants |
| Constant, +grey82+ : | | Exported constants |
| Constant, +grey83+ : | | Exported constants |
| Constant, +grey84+ : | | Exported constants |
| Constant, +grey85+ : | | Exported constants |
| Constant, +grey86+ : | | Exported constants |
| Constant, +grey87+ : | | Exported constants |
| Constant, +grey88+ : | | Exported constants |
| Constant, +grey89+ : | | Exported constants |
| Constant, +grey9+ : | | Exported constants |
| Constant, +grey90+ : | | Exported constants |
| Constant, +grey91+ : | | Exported constants |
| Constant, +grey92+ : | | Exported constants |
| Constant, +grey93+ : | | Exported constants |
| Constant, +grey94+ : | | Exported constants |
| Constant, +grey95+ : | | Exported constants |
| Constant, +grey96+ : | | Exported constants |
| Constant, +grey97+ : | | Exported constants |
| Constant, +grey98+ : | | Exported constants |
| Constant, +grey99+ : | | Exported constants |
| Constant, +honeydew+ : | | Exported constants |
| Constant, +honeydew1+ : | | Exported constants |
| Constant, +honeydew2+ : | | Exported constants |
| Constant, +honeydew3+ : | | Exported constants |
| Constant, +honeydew4+ : | | Exported constants |
| Constant, +hotpink+ : | | Exported constants |
| Constant, +hotpink1+ : | | Exported constants |
| Constant, +hotpink2+ : | | Exported constants |
| Constant, +hotpink3+ : | | Exported constants |
| Constant, +hotpink4+ : | | Exported constants |
| Constant, +indianred+ : | | Exported constants |
| Constant, +indianred1+ : | | Exported constants |
| Constant, +indianred2+ : | | Exported constants |
| Constant, +indianred3+ : | | Exported constants |
| Constant, +indianred4+ : | | Exported constants |
| Constant, +ivory+ : | | Exported constants |
| Constant, +ivory1+ : | | Exported constants |
| Constant, +ivory2+ : | | Exported constants |
| Constant, +ivory3+ : | | Exported constants |
| Constant, +ivory4+ : | | Exported constants |
| Constant, +khaki+ : | | Exported constants |
| Constant, +khaki1+ : | | Exported constants |
| Constant, +khaki2+ : | | Exported constants |
| Constant, +khaki3+ : | | Exported constants |
| Constant, +khaki4+ : | | Exported constants |
| Constant, +lavender+ : | | Exported constants |
| Constant, +lavenderblush+ : | | Exported constants |
| Constant, +lavenderblush1+ : | | Exported constants |
| Constant, +lavenderblush2+ : | | Exported constants |
| Constant, +lavenderblush3+ : | | Exported constants |
| Constant, +lavenderblush4+ : | | Exported constants |
| Constant, +lawngreen+ : | | Exported constants |
| Constant, +lemonchiffon+ : | | Exported constants |
| Constant, +lemonchiffon1+ : | | Exported constants |
| Constant, +lemonchiffon2+ : | | Exported constants |
| Constant, +lemonchiffon3+ : | | Exported constants |
| Constant, +lemonchiffon4+ : | | Exported constants |
| Constant, +lightblue+ : | | Exported constants |
| Constant, +lightblue1+ : | | Exported constants |
| Constant, +lightblue2+ : | | Exported constants |
| Constant, +lightblue3+ : | | Exported constants |
| Constant, +lightblue4+ : | | Exported constants |
| Constant, +lightcoral+ : | | Exported constants |
| Constant, +lightcyan+ : | | Exported constants |
| Constant, +lightcyan1+ : | | Exported constants |
| Constant, +lightcyan2+ : | | Exported constants |
| Constant, +lightcyan3+ : | | Exported constants |
| Constant, +lightcyan4+ : | | Exported constants |
| Constant, +lightgoldenrod+ : | | Exported constants |
| Constant, +lightgoldenrod1+ : | | Exported constants |
| Constant, +lightgoldenrod2+ : | | Exported constants |
| Constant, +lightgoldenrod3+ : | | Exported constants |
| Constant, +lightgoldenrod4+ : | | Exported constants |
| Constant, +lightgoldenrodyellow+ : | | Exported constants |
| Constant, +lightgray+ : | | Exported constants |
| Constant, +lightgreen+ : | | Exported constants |
| Constant, +lightgrey+ : | | Exported constants |
| Constant, +lightpink+ : | | Exported constants |
| Constant, +lightpink1+ : | | Exported constants |
| Constant, +lightpink2+ : | | Exported constants |
| Constant, +lightpink3+ : | | Exported constants |
| Constant, +lightpink4+ : | | Exported constants |
| Constant, +lightsalmon+ : | | Exported constants |
| Constant, +lightsalmon1+ : | | Exported constants |
| Constant, +lightsalmon2+ : | | Exported constants |
| Constant, +lightsalmon3+ : | | Exported constants |
| Constant, +lightsalmon4+ : | | Exported constants |
| Constant, +lightseagreen+ : | | Exported constants |
| Constant, +lightskyblue+ : | | Exported constants |
| Constant, +lightskyblue1+ : | | Exported constants |
| Constant, +lightskyblue2+ : | | Exported constants |
| Constant, +lightskyblue3+ : | | Exported constants |
| Constant, +lightskyblue4+ : | | Exported constants |
| Constant, +lightslateblue+ : | | Exported constants |
| Constant, +lightslategray+ : | | Exported constants |
| Constant, +lightslategrey+ : | | Exported constants |
| Constant, +lightsteelblue+ : | | Exported constants |
| Constant, +lightsteelblue1+ : | | Exported constants |
| Constant, +lightsteelblue2+ : | | Exported constants |
| Constant, +lightsteelblue3+ : | | Exported constants |
| Constant, +lightsteelblue4+ : | | Exported constants |
| Constant, +lightyellow+ : | | Exported constants |
| Constant, +lightyellow1+ : | | Exported constants |
| Constant, +lightyellow2+ : | | Exported constants |
| Constant, +lightyellow3+ : | | Exported constants |
| Constant, +lightyellow4+ : | | Exported constants |
| Constant, +limegreen+ : | | Exported constants |
| Constant, +linen+ : | | Exported constants |
| Constant, +magenta+ : | | Exported constants |
| Constant, +magenta1+ : | | Exported constants |
| Constant, +magenta2+ : | | Exported constants |
| Constant, +magenta3+ : | | Exported constants |
| Constant, +magenta4+ : | | Exported constants |
| Constant, +maroon+ : | | Exported constants |
| Constant, +maroon1+ : | | Exported constants |
| Constant, +maroon2+ : | | Exported constants |
| Constant, +maroon3+ : | | Exported constants |
| Constant, +maroon4+ : | | Exported constants |
| Constant, +mediumaquamarine+ : | | Exported constants |
| Constant, +mediumblue+ : | | Exported constants |
| Constant, +mediumorchid+ : | | Exported constants |
| Constant, +mediumorchid1+ : | | Exported constants |
| Constant, +mediumorchid2+ : | | Exported constants |
| Constant, +mediumorchid3+ : | | Exported constants |
| Constant, +mediumorchid4+ : | | Exported constants |
| Constant, +mediumpurple+ : | | Exported constants |
| Constant, +mediumpurple1+ : | | Exported constants |
| Constant, +mediumpurple2+ : | | Exported constants |
| Constant, +mediumpurple3+ : | | Exported constants |
| Constant, +mediumpurple4+ : | | Exported constants |
| Constant, +mediumseagreen+ : | | Exported constants |
| Constant, +mediumslateblue+ : | | Exported constants |
| Constant, +mediumspringgreen+ : | | Exported constants |
| Constant, +mediumturquoise+ : | | Exported constants |
| Constant, +mediumvioletred+ : | | Exported constants |
| Constant, +midnightblue+ : | | Exported constants |
| Constant, +mintcream+ : | | Exported constants |
| Constant, +mistyrose+ : | | Exported constants |
| Constant, +mistyrose1+ : | | Exported constants |
| Constant, +mistyrose2+ : | | Exported constants |
| Constant, +mistyrose3+ : | | Exported constants |
| Constant, +mistyrose4+ : | | Exported constants |
| Constant, +moccasin+ : | | Exported constants |
| Constant, +navajowhite+ : | | Exported constants |
| Constant, +navajowhite1+ : | | Exported constants |
| Constant, +navajowhite2+ : | | Exported constants |
| Constant, +navajowhite3+ : | | Exported constants |
| Constant, +navajowhite4+ : | | Exported constants |
| Constant, +navy+ : | | Exported constants |
| Constant, +navyblue+ : | | Exported constants |
| Constant, +oldlace+ : | | Exported constants |
| Constant, +olivedrab+ : | | Exported constants |
| Constant, +olivedrab1+ : | | Exported constants |
| Constant, +olivedrab2+ : | | Exported constants |
| Constant, +olivedrab3+ : | | Exported constants |
| Constant, +olivedrab4+ : | | Exported constants |
| Constant, +orange+ : | | Exported constants |
| Constant, +orange1+ : | | Exported constants |
| Constant, +orange2+ : | | Exported constants |
| Constant, +orange3+ : | | Exported constants |
| Constant, +orange4+ : | | Exported constants |
| Constant, +orangered+ : | | Exported constants |
| Constant, +orangered1+ : | | Exported constants |
| Constant, +orangered2+ : | | Exported constants |
| Constant, +orangered3+ : | | Exported constants |
| Constant, +orangered4+ : | | Exported constants |
| Constant, +orchid+ : | | Exported constants |
| Constant, +orchid1+ : | | Exported constants |
| Constant, +orchid2+ : | | Exported constants |
| Constant, +orchid3+ : | | Exported constants |
| Constant, +orchid4+ : | | Exported constants |
| Constant, +palegoldenrod+ : | | Exported constants |
| Constant, +palegreen+ : | | Exported constants |
| Constant, +palegreen1+ : | | Exported constants |
| Constant, +palegreen2+ : | | Exported constants |
| Constant, +palegreen3+ : | | Exported constants |
| Constant, +palegreen4+ : | | Exported constants |
| Constant, +paleturquoise+ : | | Exported constants |
| Constant, +paleturquoise1+ : | | Exported constants |
| Constant, +paleturquoise2+ : | | Exported constants |
| Constant, +paleturquoise3+ : | | Exported constants |
| Constant, +paleturquoise4+ : | | Exported constants |
| Constant, +palevioletred+ : | | Exported constants |
| Constant, +palevioletred1+ : | | Exported constants |
| Constant, +palevioletred2+ : | | Exported constants |
| Constant, +palevioletred3+ : | | Exported constants |
| Constant, +palevioletred4+ : | | Exported constants |
| Constant, +papayawhip+ : | | Exported constants |
| Constant, +peachpuff+ : | | Exported constants |
| Constant, +peachpuff1+ : | | Exported constants |
| Constant, +peachpuff2+ : | | Exported constants |
| Constant, +peachpuff3+ : | | Exported constants |
| Constant, +peachpuff4+ : | | Exported constants |
| Constant, +peru+ : | | Exported constants |
| Constant, +pink+ : | | Exported constants |
| Constant, +pink1+ : | | Exported constants |
| Constant, +pink2+ : | | Exported constants |
| Constant, +pink3+ : | | Exported constants |
| Constant, +pink4+ : | | Exported constants |
| Constant, +plum+ : | | Exported constants |
| Constant, +plum1+ : | | Exported constants |
| Constant, +plum2+ : | | Exported constants |
| Constant, +plum3+ : | | Exported constants |
| Constant, +plum4+ : | | Exported constants |
| Constant, +powderblue+ : | | Exported constants |
| Constant, +purple+ : | | Exported constants |
| Constant, +purple1+ : | | Exported constants |
| Constant, +purple2+ : | | Exported constants |
| Constant, +purple3+ : | | Exported constants |
| Constant, +purple4+ : | | Exported constants |
| Constant, +red+ : | | Exported constants |
| Constant, +red1+ : | | Exported constants |
| Constant, +red2+ : | | Exported constants |
| Constant, +red3+ : | | Exported constants |
| Constant, +red4+ : | | Exported constants |
| Constant, +rosybrown+ : | | Exported constants |
| Constant, +rosybrown1+ : | | Exported constants |
| Constant, +rosybrown2+ : | | Exported constants |
| Constant, +rosybrown3+ : | | Exported constants |
| Constant, +rosybrown4+ : | | Exported constants |
| Constant, +royalblue+ : | | Exported constants |
| Constant, +royalblue1+ : | | Exported constants |
| Constant, +royalblue2+ : | | Exported constants |
| Constant, +royalblue3+ : | | Exported constants |
| Constant, +royalblue4+ : | | Exported constants |
| Constant, +saddlebrown+ : | | Exported constants |
| Constant, +salmon+ : | | Exported constants |
| Constant, +salmon1+ : | | Exported constants |
| Constant, +salmon2+ : | | Exported constants |
| Constant, +salmon3+ : | | Exported constants |
| Constant, +salmon4+ : | | Exported constants |
| Constant, +sandybrown+ : | | Exported constants |
| Constant, +seagreen+ : | | Exported constants |
| Constant, +seagreen1+ : | | Exported constants |
| Constant, +seagreen2+ : | | Exported constants |
| Constant, +seagreen3+ : | | Exported constants |
| Constant, +seagreen4+ : | | Exported constants |
| Constant, +seashell+ : | | Exported constants |
| Constant, +seashell1+ : | | Exported constants |
| Constant, +seashell2+ : | | Exported constants |
| Constant, +seashell3+ : | | Exported constants |
| Constant, +seashell4+ : | | Exported constants |
| Constant, +sienna+ : | | Exported constants |
| Constant, +sienna1+ : | | Exported constants |
| Constant, +sienna2+ : | | Exported constants |
| Constant, +sienna3+ : | | Exported constants |
| Constant, +sienna4+ : | | Exported constants |
| Constant, +skyblue+ : | | Exported constants |
| Constant, +skyblue1+ : | | Exported constants |
| Constant, +skyblue2+ : | | Exported constants |
| Constant, +skyblue3+ : | | Exported constants |
| Constant, +skyblue4+ : | | Exported constants |
| Constant, +slateblue+ : | | Exported constants |
| Constant, +slateblue1+ : | | Exported constants |
| Constant, +slateblue2+ : | | Exported constants |
| Constant, +slateblue3+ : | | Exported constants |
| Constant, +slateblue4+ : | | Exported constants |
| Constant, +slategray+ : | | Exported constants |
| Constant, +slategray1+ : | | Exported constants |
| Constant, +slategray2+ : | | Exported constants |
| Constant, +slategray3+ : | | Exported constants |
| Constant, +slategray4+ : | | Exported constants |
| Constant, +slategrey+ : | | Exported constants |
| Constant, +snow+ : | | Exported constants |
| Constant, +snow1+ : | | Exported constants |
| Constant, +snow2+ : | | Exported constants |
| Constant, +snow3+ : | | Exported constants |
| Constant, +snow4+ : | | Exported constants |
| Constant, +springgreen+ : | | Exported constants |
| Constant, +springgreen1+ : | | Exported constants |
| Constant, +springgreen2+ : | | Exported constants |
| Constant, +springgreen3+ : | | Exported constants |
| Constant, +springgreen4+ : | | Exported constants |
| Constant, +steelblue+ : | | Exported constants |
| Constant, +steelblue1+ : | | Exported constants |
| Constant, +steelblue2+ : | | Exported constants |
| Constant, +steelblue3+ : | | Exported constants |
| Constant, +steelblue4+ : | | Exported constants |
| Constant, +tan+ : | | Exported constants |
| Constant, +tan1+ : | | Exported constants |
| Constant, +tan2+ : | | Exported constants |
| Constant, +tan3+ : | | Exported constants |
| Constant, +tan4+ : | | Exported constants |
| Constant, +thistle+ : | | Exported constants |
| Constant, +thistle1+ : | | Exported constants |
| Constant, +thistle2+ : | | Exported constants |
| Constant, +thistle3+ : | | Exported constants |
| Constant, +thistle4+ : | | Exported constants |
| Constant, +tomato+ : | | Exported constants |
| Constant, +tomato1+ : | | Exported constants |
| Constant, +tomato2+ : | | Exported constants |
| Constant, +tomato3+ : | | Exported constants |
| Constant, +tomato4+ : | | Exported constants |
| Constant, +turquoise+ : | | Exported constants |
| Constant, +turquoise1+ : | | Exported constants |
| Constant, +turquoise2+ : | | Exported constants |
| Constant, +turquoise3+ : | | Exported constants |
| Constant, +turquoise4+ : | | Exported constants |
| Constant, +violet+ : | | Exported constants |
| Constant, +violetred+ : | | Exported constants |
| Constant, +violetred1+ : | | Exported constants |
| Constant, +violetred2+ : | | Exported constants |
| Constant, +violetred3+ : | | Exported constants |
| Constant, +violetred4+ : | | Exported constants |
| Constant, +wheat+ : | | Exported constants |
| Constant, +wheat1+ : | | Exported constants |
| Constant, +wheat2+ : | | Exported constants |
| Constant, +wheat3+ : | | Exported constants |
| Constant, +wheat4+ : | | Exported constants |
| Constant, +white+ : | | Exported constants |
| Constant, +whitesmoke+ : | | Exported constants |
| Constant, +yellow+ : | | Exported constants |
| Constant, +yellow1+ : | | Exported constants |
| Constant, +yellow2+ : | | Exported constants |
| Constant, +yellow3+ : | | Exported constants |
| Constant, +yellow4+ : | | Exported constants |
| Constant, +yellowgreen+ : | | Exported constants |
|
G | | |
| green : | | Exported structures |
|
H | | |
| hue : | | Exported structures |
|
R | | |
| red : | | Exported structures |
|
S | | |
| saturation : | | Exported structures |
| Slot, blue : | | Exported structures |
| Slot, green : | | Exported structures |
| Slot, hue : | | Exported structures |
| Slot, red : | | Exported structures |
| Slot, saturation : | | Exported structures |
| Slot, value : | | Exported structures |
|
V | | |
| value : | | Exported structures |
|
A.4 Data types