Fawkes API Fawkes Development Version
|
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 |
Block header for a YUV block in a ColormapFile.
Definition at line 38 of file cmfile_yuvblock.h.
Y range from.
Definition at line 39 of file cmfile_yuvblock.h.
Referenced by firevision::ColormapFileYuvBlock::ColormapFileYuvBlock(), and firevision::ColormapFileYuvBlock::range_from().
Y range to.
Definition at line 40 of file cmfile_yuvblock.h.
Referenced by firevision::ColormapFileYuvBlock::ColormapFileYuvBlock(), and firevision::ColormapFileYuvBlock::range_to().
reserved for future use, padding
Definition at line 41 of file cmfile_yuvblock.h.