ColorCurve effect parameter structure
Global Const $tagGDIP_EFFECTPARAMS_ColorCurve = "int Adjustment; int Channel; int AdjustValue"
| Adjustment | CurveAdjustments constant that specifies the adjustment to be applied ($GDIP_Adjust*). |
| Channel | CurveChannel constant that specifies the color channel to which the adjustment applies ($GDIP_CurveChannel*). |
| AdjustValue | Integer that specifies the intensity of the adjustment. The range of acceptable values depends on which adjustment is being applied (see $GDIP_Adjust* constants). |