Class
GimpDrawableFilter
Description [src]
final class Gimp.DrawableFilter : GObject.Object {
/* No available fields */
}
Operations on drawable filters: creation, editing.
Instance methods
gimp_drawable_filter_get_config
Get the GimpConfig
with properties that match filter
‘s arguments.
since: 3.0
gimp_drawable_filter_set_aux_input
When a filter has one or several auxiliary inputs, you can use this function to set them.
since: 3.0
gimp_drawable_filter_set_opacity
This procedure sets the opacity of filter
on a range from 0.0
(transparent) to 1.0 (opaque).
since: 3.0
gimp_drawable_filter_update
Syncs the GimpConfig
with properties that match filter
‘s arguments.
This procedure updates the settings of the specified filter all at
once, including the arguments of the GimpDrawableFilterConfig
obtained with gimp_drawable_filter_get_config()
as well as the
blend mode and opacity.
since: 3.0
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.