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

Function AlphaBlend

include/Color.hpp:218–218  ·  view source on GitHub ↗

* Returns src alpha-blended into dst color with tint */

Source from the content-addressed store, hash-verified

216 * Returns src alpha-blended into dst color with tint
217 */
218 RLCPP_NODISCARD Color AlphaBlend(::Color dst, ::Color tint) const { return ::ColorAlphaBlend(dst, *this, tint); }
219
220 static Color LightGray() { return LIGHTGRAY; }
221 static Color Gray() { return GRAY; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected