.. _doxcsid-class_p1_1_1_image_sdk_1_1_convert_config_1a5120d8eafac738e493c85f952ff3d405: ConvertConfig.SetEnableLinearPath Method ++++++++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Set EnableLinearPath setting. This setting is used to disable most of the processing steps to make sure that the debayering of the image into rgb domain is done only using a simple linear mapping enabling only the minimum needed processing. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`ConvertConfig` SetEnableLinearPath(bool enabled); .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - enabled - it can be set to true or false. False is the default value. .. rubric:: Returns: