FastLED 3.9.15
Loading...
Searching...
No Matches

◆ get_padbuf()

template<typename RGB_T>
static fl::span< RGB_T > fl::gfx::blur_detail::get_padbuf ( int minSize)
static

Definition at line 349 of file blur.cpp.hpp.

349 {
351 if (static_cast<int>(buf.size()) < minSize) {
352 buf.resize(minSize);
353 }
354 return buf;
355}
fl::size size() const FL_NOEXCEPT
void resize(fl::size n) FL_NOEXCEPT
Definition vector.h:593

References fl::vector< T >::resize(), and fl::vector_basic::size().

Referenced by fl::gfx::blurGaussianImpl(), and fl::gfx::blurGaussianMappedImpl().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: