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
);
Property Details
The “show-rgb-u8”
property
“show-rgb-u8” gboolean
Show RGB 0..255 scales.
Owner: GimpColorScales
Flags: Read / Write / Construct
Default value: FALSE