* Get image alpha border rectangle * * @param threshold Threshold is defined as a percentatge: 0.0f -> 1.0f */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected