Definition at line 75 of file BilinearCompression.ino.
75 {
79
81
83 });
85 if (on) {
87 } else {
89 }
90 });
91}
UISlider speed("Speed", 1.0f, -20.0f, 20.0f, 0.01f)
TimeClampedTransition shapeProgress(TIME_ANIMATION)
UICheckbox useWaveFx("Use WaveFX", true)
UISlider maxAnimation("Max Animation", 1.0f, 5.0f, 20.0f, 1.f)
UIButton trigger("Trigger")
References FASTLED_WARN, maxAnimation, shapeProgress, speed, time_warp, trigger, and useWaveFx.
Referenced by setup().