Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SIZE_PALETTE
macro calculates the size of the palette entries in a VIDEOINFO structure. The VIDEOINFO structure assumes a 256-color palette.
Syntax
size_t SIZE_PALETTE(void);
Parameters
This macro has no parameters.
Return value
Returns 256 * sizeof(RGBQUAD)
.
Requirements
Header |
Amvideo.h (include Streams.h) |