Gimp.Drawable
const Gimp = imports.gi.Gimp;
let drawable = new Gimp.Drawable();
Functions to manipulate drawables.
Hierarchy
-
GObject.Object
-
Gimp.Item
- Gimp.Drawable
-
Methods
- Gimp.Drawable.prototype.append_filter
- Gimp.Drawable.prototype.brightness_contrast
- Gimp.Drawable.prototype.color_balance
- Gimp.Drawable.prototype.colorize_hsl
- Gimp.Drawable.prototype.curves_explicit
- Gimp.Drawable.prototype.curves_spline
- Gimp.Drawable.prototype.desaturate
- Gimp.Drawable.prototype.edit_bucket_fill
- Gimp.Drawable.prototype.edit_clear
- Gimp.Drawable.prototype.edit_fill
- Gimp.Drawable.prototype.edit_gradient_fill
- Gimp.Drawable.prototype.edit_stroke_item
- Gimp.Drawable.prototype.edit_stroke_selection
- Gimp.Drawable.prototype.equalize
- Gimp.Drawable.prototype.extract_component
- Gimp.Drawable.prototype.fill
- Gimp.Drawable.prototype.foreground_extract
- Gimp.Drawable.prototype.free_shadow
- Gimp.Drawable.prototype.get_bpp
- Gimp.Drawable.prototype.get_buffer
- Gimp.Drawable.prototype.get_filters
- Gimp.Drawable.prototype.get_format
- Gimp.Drawable.prototype.get_height
- Gimp.Drawable.prototype.get_offsets
- Gimp.Drawable.prototype.get_pixel
- Gimp.Drawable.prototype.get_shadow_buffer
- Gimp.Drawable.prototype.get_sub_thumbnail
- Gimp.Drawable.prototype.get_sub_thumbnail_data
- Gimp.Drawable.prototype.get_thumbnail
- Gimp.Drawable.prototype.get_thumbnail_data
- Gimp.Drawable.prototype.get_thumbnail_format
- Gimp.Drawable.prototype.get_width
- Gimp.Drawable.prototype.has_alpha
- Gimp.Drawable.prototype.histogram
- Gimp.Drawable.prototype.hue_saturation
- Gimp.Drawable.prototype.invert
- Gimp.Drawable.prototype.is_gray
- Gimp.Drawable.prototype.is_indexed
- Gimp.Drawable.prototype.is_rgb
- Gimp.Drawable.prototype.levels
- Gimp.Drawable.prototype.levels_stretch
- Gimp.Drawable.prototype.mask_bounds
- Gimp.Drawable.prototype.mask_intersect
- Gimp.Drawable.prototype.merge_filter
- Gimp.Drawable.prototype.merge_filters
- Gimp.Drawable.prototype.merge_shadow
- Gimp.Drawable.prototype.offset
- Gimp.Drawable.prototype.posterize
- Gimp.Drawable.prototype.set_pixel
- Gimp.Drawable.prototype.shadows_highlights
- Gimp.Drawable.prototype.threshold
- Gimp.Drawable.prototype.type
- Gimp.Drawable.prototype.type_with_alpha
- Gimp.Drawable.prototype.update