Microsoft DirectX 8.1 (C++)

CDrawImage::ResetPaletteVersion

The ResetPaletteVersion method resets the current palette version.

Syntax

void ResetPaletteVersion(void);

Return Value

No return value.

Remarks

This member function is applicable only when using samples allocated through a CImageAllocator (or derived class) object. For more information about working with palettes, see the CDrawImage::UpdateColourTable member function.

See Also