-
Notifications
You must be signed in to change notification settings - Fork 1
Slider modifier functions
changeSliderXPos(): Moves a slider to left or right
changeSliderYPos(): Moves a slider to top or bottom
changeSliderWidth(): Makes a slider longer or shorter
changeSliderHeight(): Makes a slider thicker or thinner
changeSliderAreaHeight(): Changes a slider's touch area height
changeSliderValue(): Changes a slider's value
changeSliderMinimum(): Changes a slider's minimum acceptable value
changeSliderMaximum(): Changes a slider's maximum acceptable value
changeSliderLeftColor(): Changes the color shown on the left side of the thumb
changeSliderRightColor(): Changes the color shown on the right side of the thumb
changeSliderThumbColor(): Changes the color of the thumb
changeSliderBorderColor(): Changes the color of the border
changeSliderBackgroundColor(): Changes both left color and right color simultaneously
changeSliderForegroundColor(): Changes both thumb color and border color simultaneously
changeSliderThumbWidth(): Changes a slider's thumb width
changeSliderEnabled(): Enables or disables a slider
changeSliderVisible(): Hides or shows a slider