The SIZE_EGA_PALETTE macro calculates the size needed for the palette entries in a 4-bit RGB bitmap.
Syntax
SIZE_EGA_PALETTE
Return Value
Returns 16 * sizeof(RGBQUAD).
16 * sizeof(RGBQUAD)
See Also