GimpUi » GimpUi.ColorScale »

GimpUi.ColorScale.new

function new(orientation: Gtk.Orientation, channel: GimpUi.ColorSelectorChannel): Gtk.Widget {
    // Gjs wrapper for gimp_color_scale_new()
}
  

Creates a new GimpUi.ColorScale widget.

orientation

the scale's orientation (horizontal or vertical)

channel

the scale's color channel

Returns

a new GimpUi.ColorScale widget

More Information

  • GimpUi.ColorScale