Grok
9.5.0
|
ICC profile, palette, channel definition. More...
#include <grok.h>
Public Attributes | |
uint8_t * | icc_profile_buf |
uint32_t | icc_profile_len |
grk_channel_definition * | channel_definition |
grk_palette_data * | palette |
bool | has_colour_specification_box |
ICC profile, palette, channel definition.
grk_channel_definition* grk_color::channel_definition |
Referenced by grk::FileFormatDecompress::apply_channel_definition(), grk::FileFormatDecompress::applyColour(), grk::FileFormatDecompress::check_color(), grk::FileFormat::FileFormat(), grk::FileFormatDecompress::free_color(), grk::FileFormatCompress::initCompress(), grk::FileFormatDecompress::read_channel_definition(), grk::FileFormatCompress::write_channel_definition(), and grk::FileFormatCompress::write_jp2h().
bool grk_color::has_colour_specification_box |
uint8_t* grk_color::icc_profile_buf |
uint32_t grk_color::icc_profile_len |
grk_palette_data* grk_color::palette |
Referenced by grk::FileFormatDecompress::alloc_palette(), grk::FileFormatDecompress::apply_palette_clr(), grk::FileFormatDecompress::applyColour(), grk::FileFormatDecompress::check_color(), grk::FileFormat::FileFormat(), grk::FileFormatDecompress::free_palette_clr(), grk::FileFormatCompress::initCompress(), grk::FileFormatDecompress::read_component_mapping(), grk::FileFormatDecompress::read_palette_clr(), grk::FileFormatCompress::write_component_mapping(), grk::FileFormatCompress::write_jp2h(), and grk::FileFormatCompress::write_palette_clr().