[ Version ( since = "3.0" ) ]
public void add_color_from_string_argument (string name, string nick, string? blurb, bool has_alpha, string value, ParamFlags flags)
Add a new Color argument to this from a string representation.
| this |
the Procedure. |
| name |
the name of the argument to be created. |
| nick |
the label used in |
| blurb |
a more detailed help description. |
| has_alpha |
whether the argument has transparency. |
| value |
the default Color value. |
| flags |
argument flags. |