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

◆ bounds()

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

Definition at line 104 of file raster_sparse.h.

104 {
105 if (mAbsoluteBoundsSet) {
106 return mAbsoluteBounds;
107 }
108 return bounds_pixels();
109 }
rect< int16_t > bounds_pixels() const
fl::rect< int16_t > mAbsoluteBounds

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: