6namespace ctre {
namespace phoenix {
namespace led {
23 SingleFadeAnimation(
int r,
int g,
int b,
int w = 0,
double speed = 1,
int numLed = -1,
int ledOffset = 0);
The base class for one generic type of animation.
Definition BaseTwoSizeAnimation.h:12
Animation that fades into and out of a specified color.
Definition SingleFadeAnimation.h:11
SingleFadeAnimation(int r, int g, int b, int w=0, double speed=1, int numLed=-1, int ledOffset=0)
Constructor for a SingleFadeAnimation.
WPI Compliant CANcoder class.
Definition CANCoderStatusFrame.h:4