Function

GimpParamSpecRGBget_default

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 GParamSpec
 

A GimpParamSpecRGB.

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

Return location for pspecs default value.

 The data is owned by the caller of the function.