Method
GimpProcedureConfigget_color_array
since: 3.0
Declaration [src]
GeglColor**
gimp_procedure_config_get_color_array (
GimpProcedureConfig* config,
const gchar* property_name
)
Description [src]
A function for bindings to get a GimpColorArray
property. Getting
these with g_object_get()
or g_object_get_property()
won’t
work for the time being
so all our boxed array types must be set and get using these
alternative functions instead.
C plug-ins should just use g_object_get()
.
Available since: 3.0
Parameters
property_name
-
Type:
const gchar*
The name of a
GimpParamSpecCoreObjectArray
param spec.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.