controlP5 / ControlP5 / addRange( )

name
addRange ( )
description
 
Syntax
addRange(theName, theMin, theMax, theDefaultMinValue, theDefaultMaxValue, theX, theY, theW, theH);
addRange(theName, theMin, theMax, theX, theY, theWidth, theHeight);
parameters
theNameString 
theMinfloat 
theMaxfloat 
theXint 
theYint 
theWidthint 
theHeightint 


Returns
None
Usage
Web & Application
Related