-
Notifications
You must be signed in to change notification settings - Fork 8
Added hex transparency #17
Conversation
Hi @lars-vc , thank you very much for submitting the PR. One small question I have is that the Transparent HEX value should be at the beginning instead of at the end? According to: But there are information like this I'm unfamiliar with Transparent HEX colors so I can't tell 😄. What do you think about putting Transparent HEX information at the beginning or at the end? Thank you :) |
Also I forgot about when you open the Color Picker when your cursor is on a color, the Color Picker should pick up the color under your cursor. Maybe we can add the feature for Transparent HEX colors in the future? |
It is a bit of a toss up, but CSS uses at the back (https://stackoverflow.com/questions/1751263/hex-colors-numeric-representation-for-transparent). So that's why I picked at the back. |
Ah I forgot about this, Ill fix it tmrw! |
Thank you very much. I'm sorry in advance because that part of the code base is a bit amateurish 😄 |
instead of opening a new one
Added! |
Thank you very much @lars-vc for the amazing PR 😄 |
Added hex transparency to the back of hex codes
closes #16
closes #18