Gimp.Pattern (original) (raw)
Class
GimpPattern
Description [src]
final class Gimp.Pattern : Gimp.Resource {
/* No available fields */
}
Installable object used by fill and clone tools.
Functions
Instance methods
gimp_pattern_get_buffer
Gets pixel data of the pattern within the bounding box specified by max_width
and max_height
. The data will be scaled down so that it fits within this size without changing its ratio. If the pattern is smaller than this size to begin with, it will not be scaled up.
Methods inherited from GObject (43)
Please see GObject for a full list of methods.
Properties
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct GimpPatternClass {
GimpResourceClass parent_class;
}
No description available.
Class members
parent_class: GimpResourceClass
No description available.