Slider

constructor(    model: ConfinedValueModel<T>,     orientation: Orientation = Horizontal,     function: InvertibleFunction = LinearFunction,     interpolator: Interpolator<T>)(source)

Parameters

model

containing range and value

orientation

of the control

function

used to map between the slider's input and output.

interpolator

used in mapping between T and the slider's domain: 0-1