|
FastLED 3.9.15
|
| void fl::encodeSK9822_HD | ( | InputIterator | first, |
| InputIterator | last, | ||
| BrightnessIterator | brightness_first, | ||
| OutputIterator | out ) |
Encode pixel data in SK9822 format with per-LED brightness.
| InputIterator | Iterator yielding fl::array<u8, 3> (3 bytes in wire order) |
| BrightnessIterator | Iterator yielding uint8_t brightness values |
| OutputIterator | Output iterator accepting uint8_t |
| first | Iterator to first pixel |
| last | Iterator past last pixel |
| brightness_first | Iterator to first brightness value (8-bit, 0-255) |
| out | Output iterator for encoded bytes |
Definition at line 78 of file sk9822.h.
References FL_NOEXCEPT, and mapBrightness8to5().
Referenced by fl::PixelIterator::writeSK9822().
Here is the call graph for this function:
Here is the caller graph for this function: