god. dammit.

This commit is contained in:
whut 2021-09-15 23:28:29 -05:00
parent 26ccf45539
commit ed671db1cd

View File

@ -14,6 +14,7 @@ The script will do its best to make sure everything is readable. It tries to kee
## Options ## Options
- `-n name`, `-a author`: Set the scheme and author name. - `-n name`, `-a author`: Set the scheme and author name.
- `-b`: Don't darken the last color (brown).
- `-e`: Equiluminant mode; uses the same luminance for the last 8 colors. This keeps their brightness uniform but can make them harder to tell apart. - `-e`: Equiluminant mode; uses the same luminance for the last 8 colors. This keeps their brightness uniform but can make them harder to tell apart.
- `-r amount`: Make the last 8 colors blend with the background hue. 0.0 means no blending, 1.0 makes them the same exact color. If you'd like to have them be the same hue but with different brightnesses, use a value like 0.999. - `-r amount`: Make the last 8 colors blend with the background hue. 0.0 means no blending, 1.0 makes them the same exact color. If you'd like to have them be the same hue but with different brightnesses, use a value like 0.999.
- `-p`: Generate a preview image demonstrating color contrast and the palette itself. - `-p`: Generate a preview image demonstrating color contrast and the palette itself.