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

◆ operator*()

u8 fl::detail::ScaledPixelIteratorBrightness::operator* ( ) const
inline

Dereference operator.

Definition at line 261 of file pixel_iterator_adapters.h.

261 {
262 return mCurrent;
263 }
u8 mCurrent
Current brightness value (cached)

References FL_NOEXCEPT, and mCurrent.