17 void draw(
const vec2<int> &pt, uint32_t index, uint8_t value);
25 void draw(
const vec2<int> &pt, uint32_t index, uint8_t value);
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
Defines the red, green, and blue (RGB) pixel struct.
Implements the FastLED namespace macros.
Implements a simple red square effect for 2D LED grids.
static CRGB blendAlphaMaxChannel(const CRGB &upper, const CRGB &lower)
CRGB & fadeToBlackBy(uint8_t fadefactor)
fadeToBlackBy is a synonym for nscale8(), as a fade instead of a scale
Representation of an RGB pixel (Red, Green, Blue)
XYDrawComposited(const CRGB &color, const XYMap &xymap, CRGB *out)
void draw(const vec2< int > &pt, uint32_t index, uint8_t value)
XYDrawGradient(const Gradient &gradient, const XYMap &xymap, CRGB *out)
void draw(const vec2< int > &pt, uint32_t index, uint8_t value)
#define FASTLED_UNUSED(x)