Gimp.Procedure.prototype.add_color_from_string_return_value

function add_color_from_string_return_value(name: String, nick: String, blurb: String, has_alpha: Boolean, value: String, flags: GObject.ParamFlags): void {
    // Gjs wrapper for gimp_procedure_add_color_from_string_return_value()
}
  

Add a new Gegl.Color return value to procedure from a string representation.

Since 3.0

name

the name of the argument to be created.

nick

the label used in #GimpProcedureDialog.

blurb

a more detailed help description.

has_alpha

whether the argument has transparency.

value

the default Gegl.Color value.

flags

argument flags.