|
FastLED 3.9.15
|
| void fl::encodeHD108 | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out, | ||
| u8 | global_brightness = 255 ) |
Encode pixel data in HD108 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 8-bit brightness (0-255), default 255 |
Definition at line 38 of file hd108.h.
References 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: