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

Function Fade

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

* Returns color with alpha applied, alpha goes from 0.0f to 1.0f */

Source from the content-addressed store, hash-verified

58 * Returns color with alpha applied, alpha goes from 0.0f to 1.0f
59 */
60 RLCPP_NODISCARD Color Fade(float alpha) const { return ::Fade(*this, alpha); }
61
62 /**
63 * Returns Color normalized as float [0..1]

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected