.. _doxcsid-class_p1_1_1_image_sdk_1_1_convert_config_1aa14a38b6afc1a2829629374211aa75b7: ConvertConfig.SetRgbCurve Method ++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Set the curve for rgb 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` SetRgbCurve(: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: