FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator++() [2/2]

ScaledPixelIteratorBrightness fl::detail::ScaledPixelIteratorBrightness::operator++ ( int )
inline

Post-increment operator.

Definition at line 272 of file pixel_iterator_adapters.h.

272 {
274 advance();
275 return tmp;
276 }
ScaledPixelIteratorBrightness(PixelIterator *pixels) FL_NOEXCEPT
Construct from PixelIterator.
void advance() FL_NOEXCEPT
Advance to next brightness value (or mark as end)

References ScaledPixelIteratorBrightness(), fl::detail::ScaledPixelIteratorRGB::advance(), and FL_NOEXCEPT.

+ Here is the call graph for this function: