controlP5 / Slider / setMin( )

name
setMin ( )
description
set the minimum value of the slider. 
Syntax
setMin(theValue);
parameters
theValuefloat 


Returns
None
Usage
Web & Application
Related