25void downscaleHalf(
const CRGB *src, uint16_t srcWidth, uint16_t srcHeight,
Defines the red, green, and blue (RGB) pixel struct.
void downscale(const CRGB *src, const XYMap &srcXY, CRGB *dst, const XYMap &dstXY)
void downscaleArbitrary(const CRGB *src, const XYMap &srcXY, CRGB *dst, const XYMap &dstXY)
void downscaleHalf(const CRGB *src, uint16_t srcWidth, uint16_t srcHeight, CRGB *dst)
Implements a simple red square effect for 2D LED grids.