|
FastLED 3.9.15
|
| void fl::encodeUCS7604_8bit_RGBW | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out ) |
Encode RGBW pixels in UCS7604 8-bit format.
| InputIterator | Iterator yielding fl::array<uint8_t, 4> (RGBW bytes) |
| OutputIterator | Output iterator accepting uint8_t |
| first | Beginning of pixel range |
| last | End of pixel range |
| out | Output iterator for encoded bytes |
Definition at line 124 of file ucs7604.h.
Referenced by encodeUCS7604().
Here is the caller graph for this function: