Gimp.context_enable_dynamics
function context_enable_dynamics(enable: Boolean): Boolean {
// Gjs wrapper for gimp_context_enable_dynamics()
}
Set the specified paint dynamics as the active paint dynamics.
This procedure enables the active paint dynamics to be used in all subsequent paint operations.
Since 3.0
- enable
Whether to enable or disable dynamics.
- Returns
TRUE on success.