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

◆ getTotalBytes()

u32 fl::RectangularDrawBuffer::getTotalBytes ( ) const

Definition at line 88 of file rectangular_draw_buffer.cpp.hpp.

88 {
89 u32 num_strips = mDrawList.size();
90 u32 max_bytes = getMaxBytesInStrip();
91 return num_strips * max_bytes;
92}

References getMaxBytesInStrip(), and mDrawList.

Referenced by ~RectangularDrawBuffer().

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