BaseTwoSizeAnimation
- class phoenix5.led.BaseTwoSizeAnimation(idx: SupportsInt | SupportsIndex, r: SupportsInt | SupportsIndex, g: SupportsInt | SupportsIndex, b: SupportsInt | SupportsIndex, w: SupportsInt | SupportsIndex, speed: SupportsFloat | SupportsIndex, numLed: SupportsInt | SupportsIndex, direction: SupportsInt | SupportsIndex, size: SupportsInt | SupportsIndex, ledOffset: SupportsInt | SupportsIndex)
Bases:
Animation- getB() int
- getBaseStandardAnimation() phoenix5._ctre.led.BaseStandardAnimation
- getBaseTwoSizeAnimation() phoenix5._ctre.led.BaseTwoSizeAnimation
- getDirection() int
- getG() int
- getR() int
- getSize() int
- getW() int
- setB(b: SupportsInt | SupportsIndex) None
- setDirection(direction: SupportsInt | SupportsIndex) None
- setG(g: SupportsInt | SupportsIndex) None
- setR(r: SupportsInt | SupportsIndex) None
- setSize(size: SupportsInt | SupportsIndex) None
- setW(w: SupportsInt | SupportsIndex) None