Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/AngleSharp.Css/Values/Primitives/CssColorValue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,6 @@ public static CssColorValue FromHwba(Double h, Double w, Double b, Double alpha)

/// <summary>
/// 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.
/// </summary>
public static Boolean UseHex { get; set; }

Expand Down
Loading