24#include <core/exceptions/software.h>
25#include <fvutils/colormap/cmfile.h>
26#include <fvutils/colormap/cmfile_yuvblock.h>
27#include <fvutils/colormap/yuvcm.h>
45 if (level > cm->
depth()) {
FireVision data file block for colormap files.
unsigned int range_to() const
Range to value.
ColormapFileYuvBlock(YuvColormap *cm, unsigned int level=0)
Constructor.
unsigned int range_from() const
Range from value.
FireVision File Format data block.
void * _spec_header
Pointer to the content specific block header.
size_t _data_size
Size of _data in bytes.
void * _data
Pointer to the internal data segment.
virtual unsigned char * get_buffer() const
Get the raw buffer of this colormap.
virtual unsigned int depth() const
Get depth of colormap.
unsigned int plane_size() const
Get U/V plane size.
virtual unsigned int deepness() const
Get deepness of colormap.