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

◆ operator!=()

bool fl::detail::ScaledPixelIteratorBrightness::operator!= ( const ScaledPixelIteratorBrightness & other) const
inline

Inequality comparison.

Definition at line 290 of file pixel_iterator_adapters.h.

290 {
291 return !(*this == other);
292 }

References ScaledPixelIteratorBrightness(), and FL_NOEXCEPT.

+ Here is the call graph for this function: