| 28 | const CRGB &at(int x, int y) const { return (*this)(x, y); } |
| 29 | |
| 30 | fl::size width() const { return mXyMap.getHeight(); } |
| 31 | fl::size height() const { return mXyMap.getWidth(); } |
| 32 | |
| 33 | // Allows normal matrix array (row major) access, bypassing the XYMap. |
no test coverage detected