Class
GimpDrawableFilter
Description [src]
final class Gimp.DrawableFilter : GObject.Object {
/* No available fields */
}
Operations on drawable filters: creation, editing.
Functions
gimp_drawable_filter_operation_get_available
Get a list of all available GEGL operation names for drawable filters.
unstable since: 3.2
gimp_drawable_filter_operation_get_details
Get information about a GEGL operation.
unstable since: 3.2
gimp_drawable_filter_operation_get_pspecs
Get information for all parameters of a GEGL operation.
unstable since: 3.2
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.