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

Method ToInt

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

* Returns hexadecimal value for a Color */

Source from the content-addressed store, hash-verified

44 * Returns hexadecimal value for a Color
45 */
46 RLCPP_NODISCARD int ToInt() const { return ::ColorToInt(*this); }
47
48 /**
49 * Returns hexadecimal value for a Color

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64