Carbon


ControlBackgroundRec

Header: Controls.h

struct ControlBackgroundRec {
    SInt16 depth; 
    Boolean colorDevice;
};
typedef ControlBackgroundRec ControlBackgroundPtr;

Field descriptions

depth

A signed 16-bit integer indicating the bit depth (in pixels) of the current graphics port.

colorDevice

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 5/8/2000)