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

Function Lerp

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

Source from the content-addressed store, hash-verified

209 RLCPP_NODISCARD Color Alpha(float alpha) const { return ::ColorAlpha(*this, alpha); }
210
211 Color Lerp(::Color color2, float factor) {
212 return ::ColorLerp(*this, color2, factor);
213 }
214
215 /**
216 * Returns src alpha-blended into dst color with tint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected