public static Color GetRandomColor(float h, float s, float v) { ColorHSV col = new ColorHSV(h, s, v); return(col.ToColor()); }