![]() |
ControlBackgroundRec |
Header: Controls.h |
struct ControlBackgroundRec { SInt16 depth; Boolean colorDevice; }; typedef ControlBackgroundRec ControlBackgroundPtr;
A signed 16-bit integer indicating the bit depth (in pixels) of the current graphics port.
A Boolean value. If true, you are drawing on a color device. If false, you are drawing on a monochrome device.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)