|
FastLED 3.9.15
|
| FL_NO_INLINE_IF_AVR FL_OPTIMIZE_O2 void fl::encodeAPA102_AutoBrightness | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | out ) |
Encode pixel data in APA102 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 131 of file apa102.h.
References brightness, and FL_NOEXCEPT.
Referenced by fl::PixelIterator::writeAPA102().
Here is the caller graph for this function: