|
FastLED 3.9.15
|
| void fl::encodeSK9822 | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out, | ||
| u8 | global_brightness = 31 ) |
Encode pixel data in SK9822 format with global brightness.
| 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 |
| global_brightness | Global 5-bit brightness (0-31), default 31 |
Definition at line 38 of file sk9822.h.
References FL_NOEXCEPT.
Referenced by fl::PixelIterator::writeSK9822().
Here is the caller graph for this function: