Microsoft DirectX 9.0

SIZE_PALETTE

The SIZE_PALLETEE macro calculates the size of the palette entries in a VIDEOINFO structure. The VIDEOINFO structure assumes a 256-color palette.

Syntax

SIZE_PALETTE

Return Value

Returns 256 * sizeof(RGBQUAD).

See Also