Question: Using ControlP5 to create sliders that manipulate the width, height, strokeWeight, and RGB values of an ellipse. Install the ControlP5 library within Processing Create a
Using ControlP5 to create sliders that manipulate the width, height, strokeWeight, and RGB values of an ellipse.
Install the ControlP5 library within Processing
Create a 800px by 400px sketch that has the following six ControlP5 slider controls: "width, height, strokeWeight, R, G and B. ".setRange(low, high)" will set the slider range.
Use a white background
Place a vertical black line that divides the applet screen in half.
Center the controls in the left half of the screen.
Draw an ellipse in the center of the right half of the screen.
Logically connect the controls so that the controls control the width, height, strokeWeight and R,G, B colors of the ellipse.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
