Gimp »

Gimp.Pattern

const Gimp = imports.gi.Gimp;

let pattern = new Gimp.Pattern();
  

Installable object used by fill and clone tools.

Hierarchy

  • GObject.Object
    • Gimp.Resource
      • Gimp.Pattern

Methods

  • Gimp.Pattern.prototype.get_info
  • Gimp.Pattern.prototype.get_pixels

Static Functions

  • Gimp.Pattern.get_by_name

More Information

  • Gimp