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

Function Normalize

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

* Returns Color normalized as float [0..1] */

Source from the content-addressed store, hash-verified

63 * Returns Color normalized as float [0..1]
64 */
65 RLCPP_NODISCARD Vector4 Normalize() const { return ::ColorNormalize(*this); }
66
67 /**
68 * Returns Color from normalized values [0..1]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected