This is the complete list of members for uicore::PNGOutputDescription, including all inherited members.
add_comment(const std::string &comment, std::string &keyword, const std::string &lang, const std::string &translated_keyword) | uicore::PNGOutputDescription | |
add_palette(const PNGOutputDescriptionPalette &palette) | uicore::PNGOutputDescription | |
add_unknown_chunk(const std::string &name, const DataBufferPtr &chunk_data, PNGUnknownChunkLocation location) | uicore::PNGOutputDescription | |
PNGOutputDescription(int bit_depth=8, PNGColorType color_type=png_color_type_rgb_alpha) | uicore::PNGOutputDescription | |
set_background_color(const Color &background_color) | uicore::PNGOutputDescription | |
set_chromacities(const Vec2f &white, const Vec2f &red, const Vec2f &green, const Vec2f &blue) | uicore::PNGOutputDescription | |
set_chromacities_XYZ(const Vec3f &red, const Vec3f &green, const Vec3f &blue) | uicore::PNGOutputDescription | |
set_filter_method(PNGFilterMethod filter) | uicore::PNGOutputDescription | |
set_gamma(float gamma) | uicore::PNGOutputDescription | |
set_icc_profile(const std::string &profile_name, const DataBufferPtr &profile_data) | uicore::PNGOutputDescription | |
set_interlace_type(PNGInterlaceType type) | uicore::PNGOutputDescription | |
set_key_color(const Color &color) | uicore::PNGOutputDescription | |
set_modification_time(const DateTime &datetime) | uicore::PNGOutputDescription | |
set_offset_from_screen_topleft(const Vec2i &offset, PNGOffsetUnitType offset_unit_type) | uicore::PNGOutputDescription | |
set_physical_resolution(const Vec2i &resolution, PNGResolutionUnitType resolution_type) | uicore::PNGOutputDescription | |
set_physical_scale(int scale_units, const Sized &pixel_size_in_scale_units) | uicore::PNGOutputDescription | |
set_significant_bits(int num_bits) | uicore::PNGOutputDescription | |
set_srgb_intent(PNGsRGBIntent intent) | uicore::PNGOutputDescription |