Important: The information in this document is obsolete and should not be used for new development.
InitPalettes
Initializes the Palette Manager.
pascal void InitPalettes(void);DISCUSSION
TheInitPalettes
function searches for devices that support a device color table and initializes an internal data structure for each one. Your application does not have to callInitPalettes
because the Window Manager'sInitWindows
function calls it automatically.