MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / FromImage

Method FromImage

include/Image.hpp:357–357  ·  view source on GitHub ↗

* Create an image from another image piece */

Source from the content-addressed store, hash-verified

355 * Create an image from another image piece
356 */
357 RLCPP_NODISCARD ::Image FromImage(::Rectangle rec) const { return ::ImageFromImage(*this, rec); }
358
359 /**
360 * Convert image data to desired format

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected