6namespace ctre {
namespace phoenix {
namespace led {
20 RgbFadeAnimation(
double brightness = 1,
double speed = 1,
int numLed = -1,
int ledOffset = 0);
The base class for one generic type of animation.
Definition BaseStandardAnimation.h:12
Animation that fades all the LEDs of a strip simultaneously between Red, Green, and Blue.
Definition RgbFadeAnimation.h:11
RgbFadeAnimation(double brightness=1, double speed=1, int numLed=-1, int ledOffset=0)
Constructor for an RgbFadeAnimation.
WPI Compliant CANcoder class.
Definition CANCoderStatusFrame.h:4