Gimp.param_spec_rgb

@accepts(unicode, unicode, unicode, bool, Gimp.RGB, GObject.ParamFlags)
@returns(GObject.ParamSpec)
def param_spec_rgb(name, nick, blurb, has_alpha, default_value, flags):
    # Python wrapper for gimp_param_spec_rgb()
  

Creates a param spec to hold an Gimp.RGB 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.

has_alpha

True if the alpha channel has relevance.

default_value

Value to use if none is assigned.

flags

a combination of GObject.ParamFlags

Returns