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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started