Carbon


normalBit

Header: Quickdraw.h

enum {
    normalBit = 0,
    inverseBit = 1,
    redBit = 4,
    greenBit = 3,
    blueBit = 2,
    cyanBit = 8,
    magentaBit = 7,
    yellowBit = 6,
    blackBit = 5
};

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)