FastLED 3.9.15
Loading...
Searching...
No Matches

◆ downscale()

void CRGB::downscale ( const CRGB * src,
const fl::XYMap & srcXY,
CRGB * dst,
const fl::XYMap & dstXY )
static

Downscale an CRGB matrix (or strip) to the smaller size.

Definition at line 73 of file crgb.cpp.

74 {
75 fl::downscale(src, srcXY, dst, dstXY);
76}
void downscale(const CRGB *src, const XYMap &srcXY, CRGB *dst, const XYMap &dstXY)

References CRGB(), and fl::downscale().

+ Here is the call graph for this function: