[ CCode ( cname = "gimp_color_scale_entry_new" , has_construct_function = false , type = "GtkWidget*" ) ]
public ColorScaleEntry (string text, double value, double lower, double upper, uint digits)
| text |
The text for the Label. |
| value |
The initial value. |
| lower |
The lower boundary. |
| upper |
The upper boundary. |
| digits |
The number of decimal digits. |
|
The new ColorScale widget. |