This method of the DirectDraw Class loads a palette.
public DirectDrawPalette loadPaletteFromBitmap(String bName);
Returns the DirectDrawPalette object if successful; otherwise, returns null.
bName | Name of the bitmap that contains the palette to load. |