-
Notifications
You must be signed in to change notification settings - Fork 403
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
Specific hue hex colors not working #123
Comments
Cannot reproduce with the latest version of the library. Please send me a link to a page which demonstrates the issue |
@davidmerfield
Inside
|
Having the exact same issue with the color #FF00DB |
Understood, will fix |
Is there any update on the status of this fix? |
@SethPaulM No, but if you subscribe to this issue you will be notified when it's closed |
Is this bug fixed? Facing the same issue |
Because hue ranges previously did not overlap, it was possible to generate hue values without a corresponding color definition. Fixes issue #123
Should now be fixed in 0.6.1, available from npm right now! |
When i pass the hexadecimal
#fec300
value to the hue key, i get the following error:var randomColor = randomColor({ hue: '#fec300' });
I had the same result when testing with:
#fec200
,#fec400
,#fec500
and#fec600
The text was updated successfully, but these errors were encountered: