.. _doxcsid-class_p1_1_1_image_sdk_1_1_convert_config_1a11baef32b76cf4d3311218ee8790de62: 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 = 0.0f); .. 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. Recommended to 0.0 (disable halo suppression) because image generally does not have hallo.