InitPalettes
InitPalettes Setup the Palette Manager
#include <Palettes.h> Palette Manager
void InitPalettes( );
InitPalettes calls Palette Manager, finds devices capable of supporting a
color lookup table and sets up an internal data structure for every one it finds.
Returns: none

Notes: Since InitPalettes is called from InitWindows it's unlikely you'll need this
routine in your application.