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

◆ scatterPixel()

FASTLED_FORCE_INLINE void fl::anonymous_namespace{chasing_spirals.cpp.hpp}::scatterPixel ( fl::span< CRGB > leds,
u16 idx,
simd::simd_u32x4 r,
simd::simd_u32x4 g,
simd::simd_u32x4 b,
int lane )

Definition at line 99 of file chasing_spirals.cpp.hpp.

100 {
101 leds[idx] = CRGB(static_cast<u8>(simd::extract_u32_4(r, lane)),
102 static_cast<u8>(simd::extract_u32_4(g, lane)),
103 static_cast<u8>(simd::extract_u32_4(b, lane)));
104}
fl::CRGB leds[NUM_LEDS]
unsigned char u8
Definition stdint.h:131
fl::CRGB CRGB
Definition video.h:15

References FASTLED_FORCE_INLINE, leds, and scatterPixel().

Referenced by scatterPixel().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: