ColorScaleEntry


Description:

[ 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)

Parameters:

text

The text for the Label.

value

The initial value.

lower

The lower boundary.

upper

The upper boundary.

digits

The number of decimal digits.

Returns:

The new ColorScale widget.