Gimp.param_spec_gradient

function param_spec_gradient(name: String, nick: String, blurb: String, none_ok: Boolean, default_value: Gimp.Gradient, default_to_context: Boolean, flags: GObject.ParamFlags): GObject.ParamSpec {
    // Gjs wrapper for gimp_param_spec_gradient()
}
  

Creates a new #GimpParamSpecGradient specifying a [type@Gradient] property. See also [func@Gimp.param_spec_resource].

Since 3.0

name

Canonical name of the property specified.

nick

Nick name of the property specified.

blurb

Description of the property specified.

none_ok

Whether null is a valid value.

default_value

Default gradient.

default_to_context

Whether the context is the context's gradient.

flags

Flags for the property specified.

Returns

The newly created #GimpParamSpecGradient.