@copydoc nscale8()
| 111 | |
| 112 | /// @copydoc nscale8() |
| 113 | inline void nscale8(fl::span<CRGB> leds, fl::u8 scale) FL_NOEXCEPT { |
| 114 | nscale8(leds.data(), static_cast<fl::u16>(leds.size()), scale); |
| 115 | } |
| 116 | |
| 117 | /// Reduce the brightness of an array of pixels as thought it were seen through |
| 118 | /// a transparent filter with the specified color. |
no test coverage detected