FloatParameter.setFromGUI

Sets the value of the parameter from UI, using a normalized value. Note: If value is not inside [min .. max], then it is clamped. This is not an error.

class FloatParameter
final nothrow @nogc
void
setFromGUI
(
double value
)

See Also

setFromGUINormalized

Meta