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

◆ bounds()

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

Definition at line 108 of file raster_sparse.h.

108 {
109 if (mAbsoluteBoundsSet) {
110 return mAbsoluteBounds;
111 }
112 return bounds_pixels();
113 }
fl::rect< u16 > mAbsoluteBounds
rect< u16 > 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: