This method of the DirectDrawPalette Class fills the entries in the palette with the values in the current system palette.
public void setEntriesSystemPalette(int start, int count);
start | The starting position in the palette to place the values. |
count | The number of entries to add to the palette. |