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

◆ reversed()

template<class PIXEL_TYPE>
bool CPixelView< PIXEL_TYPE >::reversed ( )
inline

Whether or not this set goes backwards.

Returns
whether or not the set is backwards

Definition at line 98 of file pixelset.h.

98{ return len < 0; }
const int len
length of the LED data, in PIXEL_TYPE units.
Definition pixelset.h:70