This method of the Direct3dTexture Class informs the driver that the palette has changed on a surface.
public void paletteChanged(int start, int count);
start | The index of the first palette entry that has changed. |
count | The number of palette entries that have changed. |
This method is particularly useful for applications that play video clips and therefore require palette-changing capabilities.