Skip to content

Commit

Permalink
clarify explanation of RGB
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Oct 11, 2024
1 parent 8130845 commit c18237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ If a space is required in the value, you should enclose the entire argument in q

-autopal=Greyscale
Chooses an automatic palette, one of:
RGB - RGB with the current preset BPP, bits evenly divided with G >= R >= B, red as the highest bits.
RGB - RGB with the current preset BPP, bits evenly divided with G bits >= R bits >= B bits. (Red is MSB.)
Random - Every colour is randomized.
Greyscale - Gradient from black to white.
Cubehelix - Smooth gradient with rotating hue, created by Dave Green. See: https://people.phy.cam.ac.uk/dag9/CUBEHELIX/
Expand Down

0 comments on commit c18237b

Please sign in to comment.