|
FastLED 3.9.15
|
Definition at line 15 of file pacifica.h.
#include <pacifica.h>
Inheritance diagram for fl::Pacifica:
Collaboration diagram for fl::Pacifica:Public Member Functions | |
| Pacifica (uint16_t num_leds) | |
| void | draw (DrawContext context) override |
| fl::string | fxName () const override |
Public Member Functions inherited from fl::Fx1d | |
| Fx1d (u16 numLeds) | |
| void | setXmap (const XMap &xMap) |
| u16 | xyMap (u16 x) const |
Public Member Functions inherited from fl::Fx | |
| Fx (uint16_t numLeds) | |
| uint16_t | getNumLeds () const |
| virtual bool | hasFixedFrameRate (float *fps) const |
| virtual void | pause (fl::u32 now) |
| virtual void | resume (fl::u32 now) |
Private Member Functions | |
| void | pacifica_add_whitecaps (CRGB *leds) |
| void | pacifica_deepen_colors (CRGB *leds) |
| void | pacifica_one_layer (CRGB *leds, CRGBPalette16 &p, uint16_t cistart, uint16_t wavescale, uint8_t bri, uint16_t ioff) |
Private Attributes | |
| CRGBPalette16 | pacifica_palette_1 |
| CRGBPalette16 | pacifica_palette_2 |
| CRGBPalette16 | pacifica_palette_3 |
| uint16_t | sCIStart1 = 0 |
| uint16_t | sCIStart2 = 0 |
| uint16_t | sCIStart3 = 0 |
| uint16_t | sCIStart4 = 0 |
| fl::u32 | sLastms = 0 |
Additional Inherited Members | |
Public Types inherited from fl::Fx | |
| using | DrawContext = _DrawContext |
Protected Member Functions inherited from fl::Fx | |
| virtual | ~Fx () |
Protected Attributes inherited from fl::Fx1d | |
| XMap | mXMap |
Protected Attributes inherited from fl::Fx | |
| uint16_t | mNumLeds |