param_spec_color


Description:


public ParamSpec param_spec_color (string name, string nick, string blurb, bool has_alpha, Color default_color, ParamFlags flags)

Creates a new ParamSpec instance specifying a Color property.

Note that the default_color is duplicated, so reusing object will not change the default color of the returned gimpparamspeccolor.

Parameters:

name

canonical name of the property specified

nick

nick name for the property specified

blurb

description of the property specified

has_alpha

true if the alpha channel has relevance.

default_color

the default value for the property specified

flags

flags for the property specified

Returns:

a newly created parameter specification


Namespace: Gimp
Package: gimp-3.0