-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Request: Add a second ordering criterium for pastel sort
#136
Comments
You could use the
or:
|
is there a way to sort by hue and luminosity? |
Yes. Check out |
I did but I see nothing there that tell me how to sort by Hue AND Brightness, trying to give both is an error and piping the first in the second doesn't sort on both criteria. sorting on Hue gives, ie: dimgray, gainsboro, gray, lightgray |
what does it mean to sort by "Hue AND Brightness"? Do you mean: Sort "by Hue, THEN by Brightness"? I.e.: For colors where the hue is exactly the same, sort by brightness? |
an example explains better, if you look at the colors I listed in that order (given by sort-by hue) above do they look sorted to you? |
Well. These colors all have a hue of zero:
I agree, they don't look sorted, as the brightness goes up and down. So indeed, it would be useful to have a second (lower priority) sort order for the |
pastel sort
sorting color generate a large output which makes it difficult to compare the colors to each other, the possibility to sort colors and present them in one line would be very welcome
The text was updated successfully, but these errors were encountered: