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

◆ makeScaledPixelRangeRGBWW()

pair< detail::ScaledPixelIteratorRGBWW, detail::ScaledPixelIteratorRGBWW > fl::makeScaledPixelRangeRGBWW ( PixelIterator * pixels)
inline

Create RGBWW input iterator range from PixelIterator (issue #2558)

Definition at line 415 of file pixel_iterator_adapters.h.

415 {
416 return make_pair(
418 detail::ScaledPixelIteratorRGBWW() // End sentinel
419 );
420}
Input iterator adapter yielding 5-byte RGBWW pixels (issue #2558).
pair< typename fl::decay< T1 >::type, typename fl::decay< T2 >::type > make_pair(T1 &&t, T2 &&u) FL_NOEXCEPT
Definition pair.h:95

References FL_NOEXCEPT, and make_pair().

Referenced by fl::PixelIterator::writeWS2812().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: