InitPalettes
Initializes the Palette Manager.
pascal void InitPalettes(void);DISCUSSION
TheInitPalettesfunction searches for devices that support a device color table and initializes an internal data structure for each one. Your application does not have to callInitPalettesbecause the Window Manager'sInitWindowsfunction calls it automatically.