@returns raw pointer to image data
| 49 | |
| 50 | /// @returns raw pointer to image data |
| 51 | [[nodiscard]] uint8_t *getData() const { return _data.get(); } |
| 52 | |
| 53 | /// @returns number of components for the bitmap format (i.e. 4 for "RGBA") |
| 54 | [[nodiscard]] uint32_t getNumComponents() const; |
no test coverage detected