.. index:: pair: class; EE::Graphics::Image::FormatConfiguration .. _doxid-class_e_e_1_1_graphics_1_1_image_1_1_format_configuration: class EE::Graphics::Image::FormatConfiguration ============================================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class FormatConfiguration { public: // methods const :ref:`Uint32`& :ref:`jpegSaveQuality`() const; void :ref:`jpegSaveQuality`(:ref:`Uint32` level); const :ref:`Float`& :ref:`svgScale`() const; void :ref:`svgScale`(:ref:`Float` scale); }; .. _details-class_e_e_1_1_graphics_1_1_image_1_1_format_configuration: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Methods ------- .. index:: pair: function; jpegSaveQuality .. _doxid-class_e_e_1_1_graphics_1_1_image_1_1_format_configuration_1adc634a6240b248cf0696ee1fbb6ef077: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`Uint32`& jpegSaveQuality() const .. rubric:: Returns: The current Jpeg save quality .. index:: pair: function; jpegSaveQuality .. _doxid-class_e_e_1_1_graphics_1_1_image_1_1_format_configuration_1a9d4abb0cf88affa59058a506a9bd604b: .. ref-code-block:: cpp :class: doxyrest-title-code-block void jpegSaveQuality(:ref:`Uint32` level) Set the save quality of Jpeg files ( between 0 and 100 ) .. index:: pair: function; svgScale .. _doxid-class_e_e_1_1_graphics_1_1_image_1_1_format_configuration_1a5c4d84677aa9bd25e6b406d281c5c901: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`Float`& svgScale() const .. rubric:: Returns: The current SVG default scale .. index:: pair: function; svgScale .. _doxid-class_e_e_1_1_graphics_1_1_image_1_1_format_configuration_1aae155b182c7c086a2b04a99a26e6286a: .. ref-code-block:: cpp :class: doxyrest-title-code-block void svgScale(:ref:`Float` scale) Set the SVG default scale