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

Method FromHSV

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

* Returns a Color from HSV values */

Source from the content-addressed store, hash-verified

32 * Returns a Color from HSV values
33 */
34 static ::Color FromHSV(float hue, float saturation, float value) { return ::ColorFromHSV(hue, saturation, value); }
35
36 /**
37 * Get Color structure from hexadecimal value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected