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

Method loadAndScaleRGB

src/fl/chipsets/encoders/pixel_iterator.h:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 mLoadAndScaleRGBWW(mPixelController, mRgbww, b0_out, b1_out, b2_out, b3_out, b4_out);
174 }
175 void loadAndScaleRGB(u8 *r_out, u8 *g_out, u8 *b_out) FL_NOEXCEPT {
176 mLoadAndScaleRGB(mPixelController, r_out, g_out, b_out);
177 }
178 // NOTE: loadAndScale_APA102_HD() removed - use fl::loadAndScale_APA102_HD<RGB_ORDER>() from apa102.h encoder
179 // NOTE: loadAndScale_WS2816_HD() removed - use fl::loadAndScale_WS2816_HD<RGB_ORDER>() from ws2816.h encoder
180 void stepDithering() FL_NOEXCEPT { mStepDithering(mPixelController); }

Callers 11

showPixelsDefaultMethod · 0.45
showPixelsMethod · 0.45
loadAndScaleRGBMethod · 0.45
advanceMethod · 0.45
convertAndSetPixelsMethod · 0.45
convertAndSetPixelsMethod · 0.45
addStripMethod · 0.45
showPixelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected