central include file for FastLED, defines the CFastLED class/object
uint16_t xyMap(uint16_t x, uint16_t y) const
void resetParticle(Particle &p, fl::u32 tick)
fl::string fxName() const override
void setBlurAmount(uint8_t blur_amount)
Luminova(const XYMap &xyMap, const Params ¶ms=Params())
void plotDot(CRGB *leds, int x, int y, uint8_t v) const
fl::vector< Particle > mParticles
void draw(DrawContext context) override
void setMaxParticles(int max_particles)
void setFadeAmount(uint8_t fade_amount)
void plotSoftDot(CRGB *leds, float fx, float fy, float s) const
void setPointGain(uint8_t point_gain)
HeapVector< T, Allocator > vector
Functions to generate and fill arrays with noise.
#define FASTLED_SMART_PTR(type)
Representation of an RGB pixel (Red, Green, Blue)