Function

GimpParamSpecRGBget_default

since: 2.10.14

Declaration [src]

void
gimp_param_spec_rgb_get_default (
  GParamSpec* pspec,
  GimpRGB* default_value
)

Description [src]

Returns the pspecs default color value.

Available since: 2.10.14

Parameters

pspec

Type: GParamSpec

A GimpParamSpecRGB.

The data is owned by the caller of the function.
default_value

Type: GimpRGB

Return location for pspecs default value.

The data is owned by the caller of the function.