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

Function Color

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

* Returns Color from normalized values [0..1] */

Source from the content-addressed store, hash-verified

68 * Returns Color from normalized values [0..1]
69 */
70 explicit Color(::Vector4 normalized) : Color(::ColorFromNormalized(normalized)) { }
71
72 /**
73 * Returns HSV values for a Color

Callers 2

mainFunction · 0.50
BunnyMethod · 0.50

Calls 1

ColorFromNormalizedFunction · 0.85

Tested by

no test coverage detected