MCPcopy Create free account
hub / github.com/FastLED/FastLED / downscale

Method downscale

src/crgb.cpp.hpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void CRGB::downscale(const CRGB *src, const fl::XYMap &srcXY, CRGB *dst,
74 const fl::XYMap &dstXY) {
75 fl::downscale(src, srcXY, dst, dstXY);
76}
77
78void CRGB::upscale(const CRGB *src, const fl::XYMap &srcXY, CRGB *dst,
79 const fl::XYMap &dstXY) {

Callers

nothing calls this directly

Calls 1

downscaleFunction · 0.85

Tested by

no test coverage detected