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

◆ bounds()

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

Definition at line 279 of file raster_sparse.h.

279 {
280 if (mAbsoluteBoundsSet) {
281 return mAbsoluteBounds;
282 }
283 return bounds_pixels();
284 }
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: