|
FastLED 3.9.15
|
Include dependency graph for downscale.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| IMPORTANT! | |
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, fl::u16 srcWidth, fl::u16 srcHeight, CRGB *dst) |