|
FastLED 3.9.15
|
| void fl::encodeSM16716 | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out ) |
Encode pixel data in SM16716 format.
| 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 32 of file sm16716.h.
References FL_NOEXCEPT.
Referenced by fl::PixelIterator::writeSM16716().
Here is the caller graph for this function: