Grok
7.6.6
|
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::FileFormat::apply_channel_definition(), grk::FileFormat::applyColour(), grk::FileFormat::check_color(), grk::FileFormat::FileFormat(), grk::FileFormat::free_color(), grk::FileFormat::init_compress(), grk::FileFormat::read_channel_definition(), grk::FileFormat::write_channel_definition(), and grk::FileFormat::write_jp2h().
bool grk_color::has_colour_specification_box |
Referenced by grk::FileFormat::FileFormat(), grk::FileFormat::init_decompress(), and grk::FileFormat::read_colr().
uint8_t* grk_color::icc_profile_buf |
uint32_t grk_color::icc_profile_len |
grk_palette_data* grk_color::palette |
Referenced by grk::FileFormat::alloc_palette(), grk::FileFormat::apply_palette_clr(), grk::FileFormat::applyColour(), grk::FileFormat::check_color(), grk::GrkImage::copyHeader(), grk::FileFormat::FileFormat(), grk::FileFormat::free_palette_clr(), grk::FileFormat::init_compress(), grk::FileFormat::read_component_mapping(), grk::FileFormat::read_palette_clr(), grk::FileFormat::write_component_mapping(), grk::FileFormat::write_jp2h(), and grk::FileFormat::write_palette_clr().