Top |
GtkWidget * | gimp_color_scale_new () |
void | gimp_color_scale_set_channel () |
void | gimp_color_scale_set_color () |
void | gimp_color_scale_set_color_config () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkRange ╰── GtkScale ╰── GimpColorScale
GimpColorScale implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * gimp_color_scale_new (GtkOrientation orientation
,GimpColorSelectorChannel channel
);
Creates a new GimpColorScale widget.
void gimp_color_scale_set_channel (GimpColorScale *scale
,GimpColorSelectorChannel channel
);
Changes the color channel displayed by the scale
.
void gimp_color_scale_set_color (GimpColorScale *scale
,const GimpRGB *rgb
,const GimpHSV *hsv
);
Changes the color value of the scale
.
void gimp_color_scale_set_color_config (GimpColorScale *scale
,GimpColorConfig *config
);
Sets the color management configuration to use with this color scale.
Since: 2.10
“channel”
property“channel” GimpColorSelectorChannel
The channel which is edited by the color scale.
Owner: GimpColorScale
Flags: Read / Write / Construct
Default value: GIMP_COLOR_SELECTOR_VALUE
Since: 2.8