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

Method Copy

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

* Create an image duplicate (useful for transformations) */

Source from the content-addressed store, hash-verified

350 * Create an image duplicate (useful for transformations)
351 */
352 RLCPP_NODISCARD ::Image Copy() const { return ::ImageCopy(*this); }
353
354 /**
355 * Create an image from another image piece

Callers 4

ImageMethod · 0.45
ImageClass · 0.45
WaveMethod · 0.45
WaveClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected