From 11177f952e0c7202a7f80b52688bb3e1eb98edd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20St=C4=99pie=C5=84?= <62397363+mariusz96@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:33:58 +0200 Subject: [PATCH] Update CssColorValue.cs --- src/AngleSharp.Css/Values/Primitives/CssColorValue.cs | 2 -- 1 file changed, 2 deletions(-) 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; }