![]() |
Color Constants |
Header: Quickdraw.h |
enum { blackColor = 33, whiteColor = 30, redColor = 205, greenColor = 341, blueColor = 409, cyanColor = 273, magentaColor = 137, yellowColor = 69 };
Represents black.
Represents white.
Represents red.
Represents green.
Represents blue.
Represents cyan.
Represents magenta.
Represents yellow.
These constants are used in the color parameter of the ForeColor and BackColor functions to specify one of the eight basic QuickDraw colors.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)