param_spec_double


Description:


public ParamSpec param_spec_double (string name, string nick, string blurb, double minimum, double maximum, double default_value, double ui_minimum, double ui_maximum, double ui_gamma, ParamFlags flags)

Creates a new ParamSpecDouble instance.

Parameters:

name

canonical name of the property specified

nick

nick name for the property specified

blurb

description of the property specified

minimum

minimum value for the property specified

maximum

maximum value for the property specified

default_value

default value for the property specified

ui_minimum

minimum value a user should be allowed to input

ui_maximum

maximum value a user should be allowed to input

ui_gamma

the gamma that should be used when adjusting the value

flags

flags for the property specified

Returns:

a newly created parameter specification


Namespace: Gegl
Package: gegl-0.4