Replies: 2 comments
-
This currently works only if the alpha value is 1.0.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i use AngleSharp.Css.Values.Color.UseHex= true;
input : background-color: rgba(0, 0, 0, 0)
output : background-color: rgba(0, 0, 0, 0)
i would like get #000000 int the output.
do you have a suggest ?
https://dotnetfiddle.net/qhpHLN
Beta Was this translation helpful? Give feedback.
All reactions