diff --git a/src/AngleSharp.Css/Values/Primitives/CssColorValue.cs b/src/AngleSharp.Css/Values/Primitives/CssColorValue.cs index fc045e4..616a13a 100644 --- a/src/AngleSharp.Css/Values/Primitives/CssColorValue.cs +++ b/src/AngleSharp.Css/Values/Primitives/CssColorValue.cs @@ -465,8 +465,6 @@ public static CssColorValue FromHwba(Double h, Double w, Double b, Double alpha) /// /// Gets or sets if hex codes should be used for serialization. - /// This will not be applied in case of transparent colors, i.e., - /// when alpha is not 1. /// public static Boolean UseHex { get; set; }