Method
GeglColorset_components
Declaration [src]
void
gegl_color_set_components (
GeglColor* color,
GValue* format,
gdouble* components,
gint components_length
)
Parameters
format |
GValue |
A Babl pointer. |
|
The data is owned by the caller of the function. | |
components |
An array of gdouble |
The color components. |
|
The length of the array is specified in the components_length argument. | |
The data is owned by the caller of the function. | |
components_length |
gint |
The length of the components array. |