Gimp.param_spec_matrix2
function param_spec_matrix2(name: String, nick: String, blurb: String, default_value: Gimp.Matrix2, flags: GObject.ParamFlags): GObject.ParamSpec {
// Gjs wrapper for gimp_param_spec_matrix2()
}
Creates a param spec to hold a Gimp.Matrix2 value. See g_param_spec_internal() for more information.
Since 2.4
- name
Canonical name of the param
- nick
Nickname of the param
- blurb
Brief description of param.
- default_value
Value to use if none is assigned.
- flags
a combination of GObject.ParamFlags
- Returns
a newly allocated GObject.ParamSpec instance