.. _doxcsid-class_p1_1_1_image_sdk_1_1_convert_config_1ae8a07e2a38d9797d63ec1adc5638a32f: ConvertConfig.SetRedCurve Method ++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Set the curve for red values as known from the curves tool in most image editors. The curve is defined as a vector of discreete coordinate pairs (x,y) that is interpolated. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`ConvertConfig` SetRedCurve(:ref:`Point2D`[] points); .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - points - is an array of discreete coordinate pairs (x,y) in the range (0.0,0.0)-(1.0,1.0). Default is a linear mapping (0.0,0.0)-(1.0,1.0) .. rubric:: Returns: