basicCircularRangeSliderBehavior
fun basicCircularRangeSliderBehavior(barFill: Paint? = null, startKnobFill: Paint? = null, endKnobFill: Paint? = startKnobFill, rangeFill: Paint? = endKnobFill, thickness: Double = 20.0): DI.Module(source)
Creates a basic behavior for rendering CircularRangeSliders.
Parameters
barFill
for the slider's background
startKnobFill
for the knob at the start of the slider's range
endKnobFill
for the knob at the end of the slider's range
rangeFill
for the slider's range region
thickness
of the slider
fun basicCircularRangeSliderBehavior(barFill: Paint? = null, knobFill: Paint? = null, rangeFill: Paint? = knobFill, thickness: Double = 20.0): DI.Module(source)
Creates a basic behavior for rendering CircularRangeSliders.
Parameters
barFill
for the slider's background
knobFill
for the knob at the start of the slider's range
rangeFill
for the slider's range region
thickness
of the slider