Constructor
GimpUiColorSelectornew
Declaration [src]
GtkWidget*
gimp_color_selector_new (
  GType selector_type,
  GeglColor* color,
  GimpColorSelectorChannel channel
)
Description [src]
Creates a new GimpColorSelector widget of type selector_type.
Note that this is mostly internal API to be used by other widgets.
Please use gimp_color_selection_new() for the “GIMP-typical” color
selection widget. Also see gimp_color_button_new().
This constructor is not directly available to language bindings.
Parameters
- selector_type
- 
            Type: GTypeThe GTypeof the selector to create.
- color
- 
            Type: GeglColorThe initial color to be edited. The data is owned by the caller of the function. 
- channel
- 
            Type: GimpColorSelectorChannelThe selector’s initial channel. 
Return value
Type: GtkWidget
The new GimpColorSelector widget.
| The data is owned by the called function. |