plcolor
change color
parameter | type | units | description |
---|---|---|---|
red,green,blue | float | -- | rgb components (0..1) |
returns: | void |
Description
plcolor changes the color for subsequent plotting operations. The parameters give the red, green and blue fraction, such that black is represented by 0,0,0 and white by 1,1,1. For many colors, macros have been predefined, thus permitting the replacement of the three parameters with one predefined constant. Thus white may also be set with plcolor(White) and black with plcolor(Black). The following table shows the predefined colors; a red printed color indicates that 1, 2, 3 or 4 may be appended, where 1 is equivalent to nothing appended, and 2, 3 and 4 represent darker colors (100, 93, 80 and 55% respectively).AliceBlue | AntiqueWhite | Aquamarine | Azure |
Beige | Bisque | Black | BlanchedAlmond |
Blue | BlueViolet | Brown | Burlywood |
CadetBlue | Chartreuse | Chocolate | Coral |
CornflowerBlue | Cornsilk | Cyan | DarkGoldenrod |
DarkGreen | DarkKhaki | DarkOliveGreen | DarkOrange |
DarkOrchid | DarkSalmon | DarkSeaGreen | DarkSlateBlue |
DarkSlateGray | DarkTurquoise | DarkViolet | DeepPink |
DeepSkyBlue | DimGray | DodgerBlue | Firebrick |
FloralWhite | ForestGreen | Gainsboro | GhostWhite |
Gold | Goldenrod | Gray | Green |
GreenYellow | Honeydew | HotPink | IndianRed |
Ivory | Khaki | Lavender | LavenderBlush |
LawnGreen | LemonChiffon | LightBlue | LightCoral |
LightCyan | LightGoldenrod | LightGoldenrodYellow | LightGray |
LightPink | LightSalmon | LightSeaGreen | LightSkyBlue |
LightSlateBlue | LightSlateGray | LightSteelBlue | LightYellow |
LimeGreen | Linen | Magenta | Maroon |
MediumAquamarine | MediumBlue | MediumOrchid | MediumPurple |
MediumSeaGreen | MediumSlateBlue | MediumSpringGreen | MediumTurquoise |
MediumVioletRed | MidnightBlue | MintCream | MistyRose |
Moccasin | NavajoWhite | Navy | NavyBlue |
OldLace | OliveDrab | Orange | OrangeRed |
Orchid | PaleGoldenrod | PaleGreen | PaleTurquoise |
PaleVioletRed | PapayaWhip | PeachPuff | Peru |
Pink | Plum | PowderBlue | Purple |
Red | RosyBrown | RoyalBlue | SaddleBrown |
Salmon | SandyBrown | SeaGreen | Seashell |
Sienna | SkyBlue | SlateBlue | SlateGray |
Snow | SpringGreen | SteelBlue | Tan |
Thistle | Tomato | Turquoise | VioletRed |
Violet | Wheat | WhiteSmoke | White |
Yellow | YellowGreen |