@copydoc fadeLightBy()
| 66 | |
| 67 | /// @copydoc fadeLightBy() |
| 68 | inline void fade_video(fl::span<CRGB> leds, fl::u8 fadeBy) FL_NOEXCEPT { |
| 69 | fade_video(leds.data(), static_cast<fl::u16>(leds.size()), fadeBy); |
| 70 | } |
| 71 | |
| 72 | /// Scale the brightness of an array of pixels all at once. |
| 73 | /// Guaranteed to never fade all the way to black. |