6namespace ctre {
namespace phoenix {
namespace led {
21 RainbowAnimation(
double brightness = 1,
double speed = 1,
int numLed = -1,
bool reverseDirection =
false,
int ledOffset = 0);
The base class for one generic type of animation.
Definition BaseStandardAnimation.h:12
Animation that creates a rainbow throughout all the LEDs.
Definition RainbowAnimation.h:11
RainbowAnimation(double brightness=1, double speed=1, int numLed=-1, bool reverseDirection=false, int ledOffset=0)
Constructor for a RainbowAnimation.
WPI Compliant CANcoder class.
Definition CANCoderStatusFrame.h:4