@copydoc fadeUsingColor()
| 129 | |
| 130 | /// @copydoc fadeUsingColor() |
| 131 | inline void fadeUsingColor(fl::span<CRGB> leds, const CRGB &colormask) FL_NOEXCEPT { |
| 132 | fadeUsingColor(leds.data(), static_cast<fl::u16>(leds.size()), colormask); |
| 133 | } |
| 134 | |
| 135 | /// @} ColorFades |
| 136 |