Gimp.DrawableFilterConfig
from gi.repository import Gimp
drawable_filter_config = Gimp.DrawableFilterConfig()
The base class for [class@DrawableFilter] specific config objects.
A drawable filter config is created by a [class@DrawableFilter] using [method@DrawableFilter.get_config] and its properties match the filter's arguments in number, order and type.
Since 3.0
Hierarchy
-
GObject.Object
- Gimp.DrawableFilterConfig