Method
GeglColorset_components
Declaration [src]
void
gegl_color_set_components (
  GeglColor* color,
  GValue* format,
  gdouble* components,
  gint components_length
)
Parameters
- format
- 
            Type: GValueA Babl pointer. The data is owned by the caller of the method. 
- components
- 
            Type: An array of gdoubleThe color components. The length of the array is specified in the components_lengthargument.The data is owned by the caller of the method. 
- components_length
- 
            Type: gintThe length of the components array.