| Top |
GimpColorScalesGimpColorScales — A GimpColorSelector implementation. |
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GimpColorSelector
╰── GimpColorScales
Implemented Interfaces
GimpColorScales implements AtkImplementorIface, GtkBuildable and GtkOrientable.
Description
The GimpColorScales widget is an implementation of a GimpColorSelector. It shows a group of GimpColorScale widgets that allow to adjust the HSV, LCH, and RGB color channels.
Functions
gimp_color_scales_set_show_rgb_u8 ()
void gimp_color_scales_set_show_rgb_u8 (GimpColorScales *scales,gboolean show_rgb_u8);
gimp_color_scales_get_show_rgb_u8 ()
gboolean
gimp_color_scales_get_show_rgb_u8 (GimpColorScales *scales);
