* Retrieve the width and height of the image. */
| 345 | * Retrieve the width and height of the image. |
| 346 | */ |
| 347 | RLCPP_NODISCARD ::Vector2 GetSize() const { return {static_cast<float>(width), static_cast<float>(height)}; } |
| 348 | |
| 349 | /** |
| 350 | * Create an image duplicate (useful for transformations) |
nothing calls this directly
no outgoing calls
no test coverage detected