@copydoc nscale8_video()
| 78 | |
| 79 | /// @copydoc nscale8_video() |
| 80 | inline void nscale8_video(fl::span<CRGB> leds, fl::u8 scale) FL_NOEXCEPT { |
| 81 | nscale8_video(leds.data(), static_cast<fl::u16>(leds.size()), scale); |
| 82 | } |
| 83 | |
| 84 | /// Reduce the brightness of an array of pixels all at once. |
| 85 | /// This function will eventually fade all the way to black. |
no test coverage detected