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

◆ bounds()

rect< int > fl::XYRasterU8Sparse::bounds ( ) const
inline

Definition at line 99 of file raster_sparse.h.

99 {
100 if (mAbsoluteBoundsSet) {
101 return mAbsoluteBounds;
102 }
103 return bounds_pixels();
104 }
fl::rect< int > mAbsoluteBounds
rect< int > bounds_pixels() const

References bounds_pixels(), mAbsoluteBounds, and mAbsoluteBoundsSet.

Referenced by height(), setBounds(), and width().

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