mirror of
https://github.com/sojamo/controlp5
synced 2024-11-22 14:07:55 +01:00
adjusting comments for ColorWheel example
This commit is contained in:
parent
e5f6594e75
commit
abab5725aa
@ -30,19 +30,6 @@ void draw() {
|
|||||||
println(cp5.get(ColorWheel.class,"c").getRGB());
|
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
|
a list of all methods available for the ColorWheel Controller
|
||||||
use ControlP5.printPublicMethodsFor(ColorWheel.class);
|
use ControlP5.printPublicMethodsFor(ColorWheel.class);
|
||||||
|
Loading…
Reference in New Issue
Block a user