Gimp.DrawableFilter.prototype.get_config
function get_config(): Gimp.DrawableFilterConfig {
// Gjs wrapper for gimp_drawable_filter_get_config()
}
Get the Gimp.Config with properties that match filter's arguments.
The config object will be created at the first call of this method and its properties will be synced with the settings of this filter as set in the core application.
Further changes to the config's properties are not synced back immediately with the core application. Use [method@Gimp.Drawable.update] to trigger an actual update.
Since 3.0
- Returns
The Gimp.DrawableFilterConfig. Further calls will return the same object.