From abab5725aaccce717d275ecf885f32b159112898 Mon Sep 17 00:00:00 2001 From: sojamo Date: Mon, 8 Sep 2014 15:37:46 +0800 Subject: [PATCH] adjusting comments for ColorWheel example --- .../ControlP5ColorWheel/ControlP5ColorWheel.pde | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/examples/controllers/ControlP5ColorWheel/ControlP5ColorWheel.pde b/examples/controllers/ControlP5ColorWheel/ControlP5ColorWheel.pde index 0e2f01a..e8e784d 100644 --- a/examples/controllers/ControlP5ColorWheel/ControlP5ColorWheel.pde +++ b/examples/controllers/ControlP5ColorWheel/ControlP5ColorWheel.pde @@ -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);