Function

GimpParamSpecColorget_default

Declaration [src]

GeglColor*
gimp_param_spec_color_get_default (
  GParamSpec* pspec
)

Description [src]

Get the default color value of the param spec.

Parameters

pspec

Type: GParamSpec

A GeglColor GParamSpec.

The data is owned by the caller of the function.

Return value

Type: GeglColor

The default GeglColor.

The data is owned by the called function.