* Returns HSV values for a Color */
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected