|
FastLED 3.9.15
|
| void fl::encodeWS2816 | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out ) |
Encode 16-bit RGB pixel data into dual 8-bit RGB format for WS2816.
| InputIterator | Iterator yielding fl::array<u16, 3> (16-bit RGB in wire order) |
| OutputIterator | Output iterator accepting CRGB (e.g., raw pointer) |
| first | Iterator to first pixel |
| last | Iterator past last pixel (sentinel) |
| out | Output iterator for encoded CRGB pairs |
Definition at line 61 of file ws2816.h.
References fl::pair< T1, T2 >::first, packWS2816Pixel(), and fl::pair< T1, T2 >::second.
Here is the call graph for this function: