We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UseHex
Currently, when UseHex is true, color values are output as hex only if alpha is 1.0.
AngleSharp.Css/src/AngleSharp.Css/Values/Primitives/Color.cs
Lines 376 to 381 in 15deaee
Lines 398 to 401 in 15deaee
Perhaps this could be changed to include colors with alpha < 1.0, too.
The text was updated successfully, but these errors were encountered:
Implemented and available in next preview / 1.0.0.
Sorry, something went wrong.
Added 8-digit hex color #132
9fe8a86
No branches or pull requests
Currently, when
UseHex
is true, color values are output as hex only if alpha is 1.0.AngleSharp.Css/src/AngleSharp.Css/Values/Primitives/Color.cs
Lines 376 to 381 in 15deaee
AngleSharp.Css/src/AngleSharp.Css/Values/Primitives/Color.cs
Lines 398 to 401 in 15deaee
Perhaps this could be changed to include colors with alpha < 1.0, too.
The text was updated successfully, but these errors were encountered: