[ CCode ( cname = "gimp_prop_color_area_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_color_area_new (Object config, string property_name, int width, int height, ColorAreaType type)
Creates a ColorArea to set and display the value of an RGB property.
| config |
Object to which property is attached. |
| property_name |
Name of geglcolor property. |
| width |
Width of color area. |
| height |
Height of color area. |
| type |
How transparency is represented. |
|
A new ColorArea widget. |