15 CRGB *dst, uint16_t dstWidth, uint16_t dstHeight);
Defines the red, green, and blue (RGB) pixel struct.
void downscaleBilinear(const CRGB *src, uint16_t srcWidth, uint16_t srcHeight, CRGB *dst, uint16_t dstWidth, uint16_t dstHeight)
Implements a simple red square effect for 2D LED grids.