SDL_Palette -- Color palette for 8-bit pixel formats

  typedef struct{
	int ncolors;
	SDL_Color *colors
  } SDL_Palette;