Gimp.context_list_paint_methods
function context_list_paint_methods(): [ok: Boolean, paint_methods: Array(String)] {
// Gjs wrapper for gimp_context_list_paint_methods()
}
Lists the available paint methods.
Lists the names of the available paint methods. Any of the names can be used for Gimp.context_set_paint_method.
Since 2.4
- ok
TRUE on success.
- paint_methods
The names of the available paint methods.