Constructor
ClutterColorOpCurve1Dnew
Declaration [src]
ClutterColorOp*
clutter_color_op_curve_1d_new (
size_t size,
float* r,
float* g,
float* b,
float* a
)
Parameters
size-
Type:
size_tNo description available.
r-
Type:
float*No description available.
The data is owned by the caller of the function. g-
Type:
float*No description available.
The data is owned by the caller of the function. b-
Type:
float*No description available.
The data is owned by the caller of the function. a-
Type:
float*No description available.
The data is owned by the caller of the function.
Return value
Type: ClutterColorOp
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |