You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -133,7 +135,8 @@ public static string ToHslString(this Color color)
133
135
/// will be a value between 0% and 100%, and <b>alpha</b> will be a value between 0 and 1. (e.g. <c>HSLA(0,100%,50%,1)</c> for <see cref="Colors.Red"/>).
134
136
/// </returns>
135
137
/// <exception cref="ArgumentNullException">Thrown when <paramref name="color"/> is null.</exception>
136
-
[Obsolete("Dont use CultureInfo this method should be culture invariant")]
138
+
[EditorBrowsable(EditorBrowsableState.Never)]
139
+
[Obsolete("Do not use CultureInfo, this method should be culture invariant.")]
0 commit comments