colors-as-stringsπ i
This just provides, as identifiers, strings that correspond to colors in the racket/draw color database.
So you can do, for example:
(require2htdp/imagecolors-as-strings)
Save yourself a few keystrokes per color. And get Racket to detect your mispelled color names!
Just the string "aliceblue"
Just the string "antiquewhite"
Just the string "aqua"
Just the string "aquamarine"
Just the string "azure"
Just the string "beige"
Just the string "bisque"
Just the string "black"
Just the string "blanchedalmond"
Just the string "blue"
Just the string "blueviolet"
Just the string "brown"
Just the string "burlywood"
Just the string "cadetblue"
Just the string "chartreuse"
Just the string "chocolate"
Just the string "coral"
Just the string "cornflowerblue"
Just the string "cornsilk"
Just the string "crimson"
Just the string "cyan"
Just the string "darkblue"
Just the string "darkcyan"
Just the string "darkgoldenrod"
Just the string "darkgray"
Just the string "darkgreen"
Just the string "darkkhaki"
Just the string "darkmagenta"
Just the string "darkolivegreen"
Just the string "darkorange"
Just the string "darkorchid"
Just the string "darkred"
Just the string "darksalmon"
Just the string "darkseagreen"
Just the string "darkslateblue"
Just the string "darkslategray"
Just the string "darkturquoise"
Just the string "darkviolet"
Just the string "deeppink"
Just the string "deepskyblue"
Just the string "dimgray"
Just the string "dodgerblue"
Just the string "firebrick"
Just the string "floralwhite"
Just the string "forestgreen"
Just the string "fuchsia"
Just the string "gainsboro"
Just the string "ghostwhite"
Just the string "gold"
Just the string "goldenrod"
Just the string "gray"
Just the string "green"
Just the string "greenyellow"
Just the string "honeydew"
Just the string "hotpink"
Just the string "indianred"
Just the string "indigo"
Just the string "ivory"
Just the string "khaki"
Just the string "lavender"
Just the string "lavenderblush"
Just the string "lawngreen"
Just the string "lemonchiffon"
Just the string "lightblue"
Just the string "lightcoral"
Just the string "lightcyan"
Just the string "lightgoldenrodyellow"
Just the string "lightgray"
Just the string "lightgreen"
Just the string "lightpink"
Just the string "lightsalmon"
Just the string "lightseagreen"
Just the string "lightskyblue"
Just the string "lightslategray"
Just the string "lightsteelblue"
Just the string "lightyellow"
Just the string "lime"
Just the string "limegreen"
Just the string "linen"
Just the string "magenta"
Just the string "maroon"
Just the string "mediumaquamarine"
Just the string "mediumblue"
Just the string "mediumforestgreen"
Just the string "mediumgoldenrod"
Just the string "mediumorchid"
Just the string "mediumpurple"
Just the string "mediumseagreen"
Just the string "mediumslateblue"
Just the string "mediumspringgreen"
Just the string "mediumturquoise"
Just the string "mediumvioletred"
Just the string "midnightblue"
Just the string "mintcream"
Just the string "mistyrose"
Just the string "moccasin"
Just the string "navajowhite"
Just the string "navy"
Just the string "oldlace"
Just the string "olive"
Just the string "olivedrab"
Just the string "orange"
Just the string "orangered"
Just the string "orchid"
Just the string "palegoldenrod"
Just the string "palegreen"
Just the string "paleturquoise"
Just the string "palevioletred"
Just the string "papayawhip"
Just the string "peachpuff"
Just the string "peru"
Just the string "pink"
Just the string "plum"
Just the string "powderblue"
Just the string "purple"
Just the string "red"
Just the string "rosybrown"
Just the string "royalblue"
Just the string "saddlebrown"
Just the string "salmon"
Just the string "sandybrown"
Just the string "seagreen"
Just the string "seashell"
Just the string "sienna"
Just the string "silver"
Just the string "skyblue"
Just the string "slateblue"
Just the string "slategray"
Just the string "snow"
Just the string "springgreen"
Just the string "steelblue"
Just the string "tan"
Just the string "teal"
Just the string "thistle"
Just the string "tomato"
Just the string "turquoise"
Just the string "violet"
Just the string "violetred"
Just the string "wheat"
Just the string "white"
Just the string "whitesmoke"
Just the string "yellow"
Just the string "yellowgreen"