Gimp »

Gimp.GroupLayer

const Gimp = imports.gi.Gimp;

let groupLayer = new Gimp.GroupLayer();
  

Operations on a group layer.

Hierarchy

  • GObject.Object
    • Gimp.Item
      • Gimp.Drawable
        • Gimp.Layer
          • Gimp.GroupLayer

Constructors

  • Gimp.GroupLayer.new

Methods

  • Gimp.GroupLayer.prototype.merge

Static Functions

  • Gimp.GroupLayer.get_by_id

More Information

  • Gimp