Method

ClutterColorOpcurve_1d_get_data

Declaration [src]

void
clutter_color_op_curve_1d_get_data (
  ClutterColorOp* op,
  size_t* out_size,
  const float** out_r,
  const float** out_g,
  const float** out_b,
  const float** out_a
)

Description

No description available.

Parameters

out_size

Type: size_t*

No description available.

The data is owned by the caller of the method.
out_r

Type: const float**

No description available.

The data is owned by the caller of the method.
out_g

Type: const float**

No description available.

The data is owned by the caller of the method.
out_b

Type: const float**

No description available.

The data is owned by the caller of the method.
out_a

Type: const float**

No description available.

The data is owned by the caller of the method.