Language Constants - Colors¶
The following color constants have been defined to be used in functions.
| Constant | Color |
|---|---|
| drAqua | ![]() |
| drBlack | ![]() |
| drBlue | ![]() |
| drFuchsia | ![]() |
| drGray | ![]() |
| drGreen | ![]() |
| drLime | ![]() |
| drMaroon | ![]() |
| drNavy | ![]() |
| drNone | Transparent |
| drOlive | ![]() |
| drPurple | ![]() |
| drRed | ![]() |
| drSilver | ![]() |
| drTeal | ![]() |
| drWhite | |
| drYellow | ![]() |
Notes¶
- drNone means no color, which appears the same as white on a white background. However, on a colored background, it represents no color, allowing the color present at the location of the object that uses this color code to be preserved.
- For compatibility, the "dr" constants are also available as "vrw" constants. If the report still uses the old "vrw" constants and it is not too much work to replace them, it is suggested to update to the new names.













