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

Method GetAlphaBorder

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

* Get image alpha border rectangle * * @param threshold Threshold is defined as a percentatge: 0.0f -> 1.0f */

Source from the content-addressed store, hash-verified

574 * @param threshold Threshold is defined as a percentatge: 0.0f -> 1.0f
575 */
576 RLCPP_NODISCARD Rectangle GetAlphaBorder(float threshold) const { return ::GetImageAlphaBorder(*this, threshold); }
577
578 /**
579 * Get image pixel color at (x, y) position

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected