SIZE_EGA_PALETTE macro
The SIZE_EGA_PALETTE
macro calculates the size needed for the palette entries in a 4-bit RGB bitmap.
c++
size_t SIZE_EGA_PALETTE(void);
This macro has no parameters.
Returns 16 * sizeof(RGBQUAD)
.
Header |
Amvideo.h (include Streams.h) |