Apply the PIXEL_TYPE &= operator to every pixel in this set with every pixel in the passed in set.
With CRGB, this brings up each channel down to the lower of the two values
- See also
- CRGB::operator&=
Definition at line 273 of file pixelset.h.
iterator end()
Makes an iterator instance for the end of the LED set.
pixelset_iterator_base< PIXEL_TYPE > iterator
Iterator helper type for this class.
iterator begin()
Makes an iterator instance for the start of the LED set.
Represents a view/window into a set of LED pixels, providing array-like access and rich color operati...