cmfile_header_t Struct Reference
Block header for a Colormap header block in a ColormapFile. More...
#include <cmfile.h>
Public Attributes | |
| uint16_t | depth |
| Y resolution. | |
| uint16_t | width |
| U resolution. | |
| uint16_t | height |
| V resolution. | |
| uint16_t | reserved |
| reserved for future use, padding | |
Detailed Description
Block header for a Colormap header block in a ColormapFile.
Definition at line 42 of file cmfile.h.
Member Data Documentation
| uint16_t cmfile_header_t::depth |
Y resolution.
Definition at line 43 of file cmfile.h.
Referenced by ColormapFile::add_colormap(), ColormapFile::ColormapFile(), ColormapFile::get_colormap(), and ColormapFile::get_depth().
| uint16_t cmfile_header_t::height |
V resolution.
Definition at line 45 of file cmfile.h.
Referenced by ColormapFile::add_colormap(), ColormapFile::ColormapFile(), ColormapFile::get_colormap(), and ColormapFile::get_height().
| uint16_t cmfile_header_t::reserved |
| uint16_t cmfile_header_t::width |
U resolution.
Definition at line 44 of file cmfile.h.
Referenced by ColormapFile::add_colormap(), ColormapFile::ColormapFile(), ColormapFile::get_colormap(), and ColormapFile::get_width().
The documentation for this struct was generated from the following file:
- src/firevision/fvutils/colormap/cmfile.h

