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
This could be incredible useful for shell scripts that want easy access to perceptually uniform color scales.
pastel sample viridis 0.34 pastel sample blueToRed 0.2
Note: this would be quite similar to pastel mix blue red -f ... and also pastel gradient blue red. We should try to come up with a consistent API.
pastel mix blue red -f ...
pastel gradient blue red
Basically, pastel gradient red blue ~ pastel sample redToBlue 0.0; pastel sample redToBlue 0.1; ....
pastel gradient red blue
pastel sample redToBlue 0.0; pastel sample redToBlue 0.1; ...
See: http://sharkdp.github.io/purescript-colors/#scale
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This could be incredible useful for shell scripts that want easy access to perceptually uniform color scales.
Note: this would be quite similar to
pastel mix blue red -f ...
and alsopastel gradient blue red
. We should try to come up with a consistent API.Basically,
pastel gradient red blue
~pastel sample redToBlue 0.0; pastel sample redToBlue 0.1; ...
.See: http://sharkdp.github.io/purescript-colors/#scale
The text was updated successfully, but these errors were encountered: