|
FastLED 3.9.15
|
| FL_NO_INLINE_IF_AVR void fl::encodeSK9822_AutoBrightness | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out ) |
Encode pixel data in SK9822 format (auto-detected brightness from first pixel)
| 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 |
Definition at line 121 of file sk9822.h.
References brightness, and FL_NOEXCEPT.
Referenced by fl::PixelIterator::writeSK9822().
Here is the caller graph for this function: