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