adjusting comments for ColorWheel example

This commit is contained in:
sojamo 2014-09-08 15:37:46 +08:00
parent e5f6594e75
commit abab5725aa
1 changed files with 0 additions and 13 deletions

View File

@ -30,19 +30,6 @@ void draw() {
println(cp5.get(ColorWheel.class,"c").getRGB());
}
/**
* ControlP5 ColorWheel
*
*
* find a list of public methods available for the ColorWheel Controller
* at the bottom of this sketch.
*
* by Andreas Schlegel, 2012
* www.sojamo.de/libraries/controlp5
*
*/
/*
a list of all methods available for the ColorWheel Controller
use ControlP5.printPublicMethodsFor(ColorWheel.class);