Method
GimpProcedureadd_color_argument
unstable since: 3.0
Declaration [src]
void
gimp_procedure_add_color_argument (
GimpProcedure* procedure,
const gchar* name,
const gchar* nick,
const gchar* blurb,
gboolean has_alpha,
GeglColor* value,
GParamFlags flags
)
Description [src]
Add a new GeglColor
argument to procedure
.
This function is a utility wrapper over the generic gimp_procedure_add_argument()
.
Available since: 3.0
Parameters
name
-
Type:
const gchar*
The name of the argument to be created.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. nick
-
Type:
const gchar*
The label used in
GimpProcedureDialog
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. blurb
-
Type:
const gchar*
A more detailed help description.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. has_alpha
-
Type:
gboolean
Whether the argument has transparency.
value
-
Type:
GeglColor
The default
GeglColor
value.The data is owned by the caller of the function. flags
-
Type:
GParamFlags
Argument flags.