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

◆ getMaxBytesInStrip()

uint32_t fl::RectangularDrawBuffer::getMaxBytesInStrip ( ) const

Definition at line 79 of file rectangular_draw_buffer.cpp.

79 {
80 uint32_t max_bytes = 0;
81 for (auto it = mDrawList.begin(); it != mDrawList.end(); ++it) {
82 max_bytes = MAX(max_bytes, it->mNumBytes);
83 }
84 return max_bytes;
85}
#define MAX(a, b)
Definition math_macros.h:11

References MAX, and mDrawList.

Referenced by getBlockInfo(), and getTotalBytes().

+ Here is the caller graph for this function: