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