.. _doxcsid-class_p1_1_1_image_sdk_1_1_convert_config_1a4f52d945bb5faf7dc14fecdf86765073: ConvertConfig.SetMidtoneLevel Method ++++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Set the midtone level. This is a color that is used as 50% level of the color values. Known from the level tool of most image editors .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`ConvertConfig` SetMidtoneLevel(float r, float g, float b); .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - r - is a value between -1.0 and 1.0. Default is 0.0 * - g - is a value between -1.0 and 1.0. Default is 0.0 * - b - is a value between -1.0 and 1.0. Default is 0.0 .. rubric:: Returns: