[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Graph Unit
Graphic Color Constants
PURPOSE: Constant declarations of colors used by Graphic procedures
REMARKS: Use these constants with SetPalette and SetAllPalette
and other color sensitive procedures and functions.
Const
Black = 0; DarkGray = 8;
Blue = 1; LightBlue = 9;
Green = 2; LightGreen = 10;
Cyan = 3; LightCyan = 11;
Red = 4; LightRed = 12;
Magenta = 5; LightMagenta = 13;
Brown = 6; Yellow = 14;
LightGray = 7; White = 15;
See Also:
SetPalette
SetAllPalette
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson