|
FastLED 3.9.15
|
| void fl::encodeWS2812_RGBW | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out ) |
Encode 4-byte pixel data in WS2812 format.
| InputIterator | Iterator yielding fl::array<u8, 4> (4 bytes in wire order) |
| OutputIterator | Output iterator accepting uint8_t (e.g., fl::back_inserter) |
| first | Iterator to first pixel |
| last | Iterator past last pixel |
| out | Output iterator for encoded bytes |
Definition at line 53 of file ws2812.h.
References FL_NOEXCEPT.
Referenced by encodeWS2812(), and fl::PixelIterator::writeWS2812().
Here is the caller graph for this function: