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

Function ToHSV

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

* Returns HSV values for a Color */

Source from the content-addressed store, hash-verified

73 * Returns HSV values for a Color
74 */
75 RLCPP_NODISCARD Vector3 ToHSV() const { return ::ColorToHSV(*this); }
76
77 GETTERSETTER(unsigned char, R, r)
78 GETTERSETTER(unsigned char, G, g)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected