You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Mausino Probably, it is correct behavior because you use "#FFFFFF" like format. If you would like to change an alpha value, please use rgba() or hsla().
@junichi11 what i am expecting is that i can change value to rgb as in inpector eg. chrome
is possible by this plugin change
hex #7777 color cover to rgba(119, 119, 119, 0.5); ????
because i need set up also transparency... and better for me is rgba as hex value
This is occurred when we use hsl or hsla values.
Probably, there are differences the way to compute color values between the JColorChooser and my class.
The text was updated successfully, but these errors were encountered: