|
FastLED 3.9.15
|
| void fl::encodeWS2803 | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out ) |
Encode pixel data in WS2803 format (alias for WS2801)
| InputIterator | Iterator yielding fl::array<u8, 3> (3 bytes in wire order) |
| OutputIterator | Output iterator accepting uint8_t |
| first | Iterator to first pixel |
| last | Iterator past last pixel |
| out | Output iterator for encoded bytes |
Definition at line 31 of file ws2803.h.
References encodeWS2801(), and FL_NOEXCEPT.
Referenced by fl::PixelIterator::writeWS2803().
Here is the call graph for this function:
Here is the caller graph for this function: