Skip to content

Commit 11177f9

Browse files
authored
Update CssColorValue.cs
1 parent 4b4d41e commit 11177f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/AngleSharp.Css/Values/Primitives/CssColorValue.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,6 @@ public static CssColorValue FromHwba(Double h, Double w, Double b, Double alpha)
465465

466466
/// <summary>
467467
/// Gets or sets if hex codes should be used for serialization.
468-
/// This will not be applied in case of transparent colors, i.e.,
469-
/// when alpha is not 1.
470468
/// </summary>
471469
public static Boolean UseHex { get; set; }
472470

0 commit comments

Comments
 (0)