Skip to content
New issue

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

Get 1 % errors when we use the ColorChooser #6

Open
junichi11 opened this issue Mar 25, 2015 · 4 comments
Open

Get 1 % errors when we use the ColorChooser #6

junichi11 opened this issue Mar 25, 2015 · 4 comments
Assignees
Labels

Comments

@junichi11
Copy link
Owner

This is occurred when we use hsl or hsla values.
nb-color-codes-preview-issue6

Probably, there are differences the way to compute color values between the JColorChooser and my class.

@junichi11 junichi11 self-assigned this Mar 25, 2015
@junichi11 junichi11 changed the title Get errors of plus or minus 1 % when we use the ColorChooser Get 1 % errors when we use the ColorChooser Mar 25, 2015
@Mausino
Copy link

Mausino commented Jun 19, 2018

can't add hsl value https://www.screencast.com/t/ZsBlmA5d

@junichi11
Copy link
Owner Author

@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().

@Mausino
Copy link

Mausino commented Jun 20, 2018

@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

@junichi11
Copy link
Owner Author

@Mausino Although I can't promise anything, just submit it as a new issue because it does not relate to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants