![]() | ![]() | ![]() | GIMP Widgets Library Reference Manual | ![]() |
---|
GimpColorScale —
struct GimpColorScale; GtkWidget* gimp_color_scale_new (GtkOrientation orientation, GimpColorSelectorChannel channel); void gimp_color_scale_set_channel (GimpColorScale *scale, GimpColorSelectorChannel channel); void gimp_color_scale_set_color (GimpColorScale *scale, const GimpRGB *rgb, const GimpHSV *hsv);
GObject +----GtkObject +----GtkWidget +----GtkRange +----GtkScale +----GimpColorScale
GimpColorScale implements AtkImplementorIface.
GtkWidget* gimp_color_scale_new (GtkOrientation orientation, GimpColorSelectorChannel channel);
orientation : | |
channel : | |
Returns : |
void gimp_color_scale_set_channel (GimpColorScale *scale, GimpColorSelectorChannel channel);
scale : | |
channel : |
void gimp_color_scale_set_color (GimpColorScale *scale, const GimpRGB *rgb, const GimpHSV *hsv);
scale : | |
rgb : | |
hsv : |
<< GimpColorButton | GimpFileSelection >> |