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

◆ operator++() [1/2]

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

Pre-increment operator.

Definition at line 266 of file pixel_iterator_adapters.h.

266 {
267 advance();
268 return *this;
269 }
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: