|
FastLED 3.9.15
|
| void fl::encodeP9813 | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out ) |
Encode pixel data in P9813 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 33 of file p9813.h.
References FL_NOEXCEPT, and p9813FlagByte().
Referenced by fl::PixelIterator::writeP9813().
Here is the call graph for this function:
Here is the caller graph for this function: