pmWhite
Type Definitions
ColorInfo data structure for a color palette
Palette a Palette consists of an array of ColorInfo records and other
info relating to the use of colors within a palette
Constants
Usage constants
pmCourteous 0x0000 courteous color
pmDithered 0x0001 reserved for future use by Apple
pmTolerant 0x0002 tolerant color
pmAnimated 0x0004 animated color
pmExplicit 0x0008 explicit color
pmWhite 0x0010 use on 1-bit device
pmBlack 0x0020 use on 1-bit device
pmInhibitG2 0x0100 inhibit on 2-bit gray-scale device
pmInhibitC2 0x0200 inhibit on 2-bit color device
pmInhibitG4 0x0400 inhibit on 4-bit gray-scale device
pmInhibitC4 0x0800 inhibit on 4-bit color device
pmInhibitG8 0x1000 inhibit on 8-bit gray-scale device
pmInhibitC8 0x2000 inhibit on 8-bit color device
NSetPalette update constants
pmNoUpdates 0x8000 no updates
pmBkUpdates 0xA000 background updates only
pmFgUpdates 0xC000 foreground updates only
pmAllUpdates 0xE000 all updates