6namespace ctre{
namespace phoenix{
namespace led{
14 int _direction, _size;
31 BaseTwoSizeAnimation(
int idx,
int r,
int g,
int b,
int w,
double speed,
int numLed,
int direction,
int size,
int ledOffset);
The base class for all animations that CANdle supports.
Definition: Animation.h:14
The base class for one generic type of animation.
Definition: BaseStandardAnimation.h:12
The base class for one generic type of animation.
Definition: BaseTwoSizeAnimation.h:12
BaseTwoSizeAnimation * GetBaseTwoSizeAnimation()
BaseTwoSizeAnimation(int idx, int r, int g, int b, int w, double speed, int numLed, int direction, int size, int ledOffset)
Constructor for the BaseStandardAnimation object.
void SetG(int g)
Sets the G value of the LEDs.
void SetB(int b)
Sets the B value of the LEDs.
BaseStandardAnimation * GetBaseStandardAnimation()
void SetR(int r)
Sets the R value of the LEDs.
void SetW(int w)
Sets the W value of the LEDs.
void SetDirection(int direction)
namespace ctre
Definition: paramEnum.h:5