Package com.ctre.phoenix.led
Class LarsonAnimation
java.lang.Object
com.ctre.phoenix.led.Animation
com.ctre.phoenix.led.LarsonAnimation
Deprecated, for removal: This API element is subject to removal in a future version.
Animation that sends a pocket of light across the LED strip.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.How the pocket of light behaves when it reaches the end of the strip -
Constructor Summary
ConstructorsConstructorDescriptionLarsonAnimation(int r, int g, int b) Deprecated, for removal: This API element is subject to removal in a future version.Constructor for a LarsonAnimationLarsonAnimation(int r, int g, int b, int w, double speed, int numLed, LarsonAnimation.BounceMode mode, int size) Deprecated, for removal: This API element is subject to removal in a future version.Constructor for a LarsonAnimationLarsonAnimation(int r, int g, int b, int w, double speed, int numLed, LarsonAnimation.BounceMode mode, int size, int ledOffset) Deprecated, for removal: This API element is subject to removal in a future version.Constructor for a LarsonAnimation -
Method Summary
Modifier and TypeMethodDescriptioncom.ctre.phoenix.led.BaseStandardAnimationDeprecated, for removal: This API element is subject to removal in a future version.com.ctre.phoenix.led.BaseTwoSizeAnimationDeprecated, for removal: This API element is subject to removal in a future version.voidsetB(int b) Deprecated, for removal: This API element is subject to removal in a future version.Sets the B value of the LEDsvoidDeprecated, for removal: This API element is subject to removal in a future version.Sets the bounce mode of the animation.voidsetG(int g) Deprecated, for removal: This API element is subject to removal in a future version.Sets the G value of the LEDsvoidsetR(int r) Deprecated, for removal: This API element is subject to removal in a future version.Sets the R value of the LEDsvoidsetSize(int size) Deprecated, for removal: This API element is subject to removal in a future version.Sets the size of the pocket of LEDsvoidsetW(int w) Deprecated, for removal: This API element is subject to removal in a future version.Sets the W value of the LEDsMethods inherited from class com.ctre.phoenix.led.Animation
setLedOffset, setNumLed, setSpeed
-
Constructor Details
-
LarsonAnimation
public LarsonAnimation(int r, int g, int b, int w, double speed, int numLed, LarsonAnimation.BounceMode mode, int size, int ledOffset) Deprecated, for removal: This API element is subject to removal in a future version.Constructor for a LarsonAnimation- Parameters:
r- How much red should the color have [0, 255]g- How much green should the color have [0, 255]b- How much blue should the color have [0, 255]w- How much white should the color have [0, 255]speed- How fast should the color travel the strip [0, 1]numLed- The number of LEDs the CANdle will controlmode- How the pocket of LEDs will behave once it reaches the end of the stripsize- How large the pocket of LEDs are [0, 7]ledOffset- Where to start the animation
-
LarsonAnimation
public LarsonAnimation(int r, int g, int b, int w, double speed, int numLed, LarsonAnimation.BounceMode mode, int size) Deprecated, for removal: This API element is subject to removal in a future version.Constructor for a LarsonAnimation- Parameters:
r- How much red should the color have [0, 255]g- How much green should the color have [0, 255]b- How much blue should the color have [0, 255]w- How much white should the color have [0, 255]speed- How fast should the color travel the strip [0, 1]numLed- The number of LEDs the CANdle will controlmode- How the pocket of LEDs will behave once it reaches the end of the stripsize- How large the pocket of LEDs are [0, 7]
-
LarsonAnimation
Deprecated, for removal: This API element is subject to removal in a future version.Constructor for a LarsonAnimation- Parameters:
r- How much red should the color have [0, 255]g- How much green should the color have [0, 255]b- How much blue should the color have [0, 255]
-
-
Method Details
-
setBounceMode
Deprecated, for removal: This API element is subject to removal in a future version.Sets the bounce mode of the animation.- Parameters:
mode- How the pocket of LEDs will behave once it reaches the end of the strip
-
setSize
Deprecated, for removal: This API element is subject to removal in a future version.Sets the size of the pocket of LEDs- Parameters:
size- The size of the pocket [0, 7]
-
setR
public void setR(int r) Deprecated, for removal: This API element is subject to removal in a future version.Sets the R value of the LEDs- Parameters:
r- The amount of red to set, a value between [0, 255]
-
setG
public void setG(int g) Deprecated, for removal: This API element is subject to removal in a future version.Sets the G value of the LEDs- Parameters:
g- The amount of green to set, a value between [0, 255]
-
setB
public void setB(int b) Deprecated, for removal: This API element is subject to removal in a future version.Sets the B value of the LEDs- Parameters:
b- The amount of blue to set, a value between [0, 255]
-
setW
public void setW(int w) Deprecated, for removal: This API element is subject to removal in a future version.Sets the W value of the LEDs- Parameters:
w- The amount of white to set, a value between [0, 255]
-
getBaseStandardAnimation
public com.ctre.phoenix.led.BaseStandardAnimation getBaseStandardAnimation()Deprecated, for removal: This API element is subject to removal in a future version. -
getBaseTwoSizeAnimation
public com.ctre.phoenix.led.BaseTwoSizeAnimation getBaseTwoSizeAnimation()Deprecated, for removal: This API element is subject to removal in a future version.
-
If the Phoenix 5 API must be used for this device, the device must have 22.X firmware. This firmware is available in Tuner X after selecting Phoenix 5 in the firmware year dropdown.