Setting Text Color |
Top Previous Next |
This escape sets the foreground and background colors used to print subsequent text. On color printers, the colors will match exactly. For most monochrome printers, Windows will convert colors to an appropriately adjusted grayscale.
Each element in "sequence" is specified in the 0-255 range Example Sets text color to white on a blue background: PRINT CHR$(27);"c";
|