|
FastLED 3.9.15
|
| void fl::encodeHD108_HD | ( | InputIterator | first, |
| InputIterator | last, | ||
| BrightnessIterator | brightness_first, | ||
| OutputIterator | out ) |
Encode pixel data in HD108 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 90 of file hd108.h.
References brightness, FL_NOEXCEPT, hd108BrightnessHeader(), and hd108GammaCorrect().
Referenced by fl::PixelIterator::writeHD108().
Here is the call graph for this function:
Here is the caller graph for this function: