| TYPE | NAME | DESCRIPTION |
|---|---|---|
| DRAWABLE | drawable | The drawable |
| INT32 | channel | The channel to modify: { VALUE_LUT (0), RED_LUT (1), GREEN_LUT (2), BLUE_LUT (3), ALPHA_LUT (4) } |
| INT32 | num_points | The number of values in the control point array (3 < num_points <= 32) |
| INT8ARRAY | control_pts | The spline control points: { cp1.x, cp1.y, cp2.x, cp2.y, ... } |