[ CCode ( cname = "gimp_prop_label_color_new" ) ]
[ Version ( since = "3.0" ) ]
public Widget prop_label_color_new (Object config, string property_name, bool editable)
Creates a LabelColor to set and display the value of an RGB property.
| config |
Object to which property is attached. |
| property_name |
Name of RGB property. |
| editable |
Whether the widget should allow color editability. |
|
A new LabelColor widget. |