|
FastLED 3.9.15
|
| void fl::encodeLPD6803 | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out ) |
Encode pixel data in LPD6803 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 35 of file lpd6803.h.
References FL_NOEXCEPT, and lpd6803EncodeRGB().
Referenced by fl::PixelIterator::writeLPD6803().
Here is the call graph for this function:
Here is the caller graph for this function: