FastLED 3.9.15
Loading...
Searching...
No Matches
downscale.cpp File Reference
#include "fl/downscale.h"
#include "crgb.h"
#include "fl/assert.h"
#include "fl/math_macros.h"
#include "fl/xymap.h"
+ Include dependency graph for downscale.cpp:

Go to the source code of this file.

Namespaces

namespace  fl
 Implements a simple red square effect for 2D LED grids.
 

Functions

void fl::downscale (const CRGB *src, const XYMap &srcXY, CRGB *dst, const XYMap &dstXY)
 
void fl::downscaleArbitrary (const CRGB *src, const XYMap &srcXY, CRGB *dst, const XYMap &dstXY)
 
void fl::downscaleHalf (const CRGB *src, const XYMap &srcXY, CRGB *dst, const XYMap &dstXY)
 
void fl::downscaleHalf (const CRGB *src, uint16_t srcWidth, uint16_t srcHeight, CRGB *dst)