Deprecated: Use 'gimp-drawable-curves-spline' instead.
Deprecated: Use 'gimp-drawable-curves-spline' instead.
unknown
Type | Name | Description |
---|---|---|
PF_DRAWABLE | drawable | The drawable |
PF_INT | channel | The channel to modify { HISTOGRAM-VALUE (0), HISTOGRAM-RED (1), HISTOGRAM-GREEN (2), HISTOGRAM-BLUE (3), HISTOGRAM-ALPHA (4), HISTOGRAM-RGB (5) } |
PF_INT | num-points | The number of values in the control point array (4 <= num-points <= 34) |
unknown | control-pts | The spline control points: { cp1.x, cp1.y, cp2.x, cp2.y, ... } |
None