cmfile_yuvblock_header_t Struct Reference
Block header for a YUV block in a ColormapFile. More...
#include <cmfile_yuvblock.h>
Public Attributes | |
| char | range_from |
| Y range from. | |
| char | range_to |
| Y range to. | |
| uint16_t | reserved |
| reserved for future use, padding | |
Detailed Description
Block header for a YUV block in a ColormapFile.
Definition at line 33 of file cmfile_yuvblock.h.
Member Data Documentation
Y range from.
Definition at line 34 of file cmfile_yuvblock.h.
Referenced by ColormapFileYuvBlock::ColormapFileYuvBlock(), and ColormapFileYuvBlock::range_from().
Y range to.
Definition at line 35 of file cmfile_yuvblock.h.
Referenced by ColormapFileYuvBlock::ColormapFileYuvBlock(), and ColormapFileYuvBlock::range_to().
| uint16_t cmfile_yuvblock_header_t::reserved |
The documentation for this struct was generated from the following file:
- src/firevision/fvutils/colormap/cmfile_yuvblock.h

