We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've no idea if the output is intended and the documentation is wrong, or vice versa.
The text was updated successfully, but these errors were encountered:
+1 Just found the same problem.
Sorry, something went wrong.
how do you use make_scheme() ? please give an example
Got same problem, code used is:
var hsv = Please.HEX_to_HSV('#d9534f'); var colors = Please.make_scheme({ h: hsv.h, s: hsv.s, v: hsv.v }, { scheme_type: 'monochromatic', format: 'hex' });
I think you just forgot to push the "base" colors at line 483
adjusted = clone( HSV ); scheme.push( adjusted );
Something like that should do it,
if you're still willing to maintain this repo >.>
No branches or pull requests
I've no idea if the output is intended and the documentation is wrong, or vice versa.
The text was updated successfully, but these errors were encountered: