BoolParameter.setFromGUINormalized

Sets the value of the parameter from UI, using a normalized value. Note: If normValue is < 0.5, this is set to false. If normValue is >= 0.5, this is set to true.

class BoolParameter
final nothrow @nogc
void
setFromGUINormalized
(
double normValue
)

Meta