[ CCode ( cname = "gimp_prop_color_select_new" ) ]
[ Version ( since = "3.0" ) ]
public Widget prop_color_select_new (Object config, string property_name, int width, int height, ColorAreaType type)
Creates a ColorButton to set and display the value of a color property.
| config |
Object to which property is attached. |
| property_name |
Name of [class@Gegl.Color] property. |
| width |
Width of the colorpreview in pixels. |
| height |
Height of the colorpreview in pixels. |
| type |
How transparency is represented. |
|
A new ColorButton widget. |