Overhaul UI code to make it more flexible and less redrawing, little hierarchy framework
[SugarCubes.git] / SugarCubes.pde
index 76d0390d28f3a3fc453350ee76f6d933d28a9460..ec68668b854b8f1aa5525e38553ef01ad6cdb84e 100644 (file)
@@ -119,8 +119,8 @@ LXEffect[] effects(GLucose glucose) {
   return new LXEffect[] {
     new FlashEffect(lx),
     new BoomEffect(glucose),
-    // new DesaturationEffect(lx),
-    // new ColorFuckerEffect(glucose),
     new DualBlender(glucose),
+    // new DesaturationEffect(lx),
+    new ColorFuckerEffect(glucose),
   };
 }