Microsoft SDK for Java

paletteChanged

This method of the Direct3dTexture Class informs the driver that the palette has changed on a surface.

Syntax

public void paletteChanged(int start, int count);

Parameters

start The index of the first palette entry that has changed.
count The number of palette entries that have changed.

Remarks

This method is particularly useful for applications that play video clips and therefore require palette-changing capabilities.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.