.. _doxcsid-class_p1_1_1_image_sdk_1_1_convert_config_1a76aba8e00043325c5e3ea41828582f08: ConvertConfig.SetSharpening Method ++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Adjust the parameters of sharpening of the image. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`ConvertConfig` SetSharpening(float amount, float radius, float threshold, float haloAmount); .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - amount - is the strength of sharpening, value between 0 and 10. Default is 0.0 * - radius - is patch size for detecting detail, value between 0 and 3. Default is 1.0 * - threshold - defines noise level or weak detail, which will be ignored. Value between 0 and 10. Default is 1.0 * - haloAmount - is amount of halo suppression, value between 0 and 1. Default is 0.0