Fix RGBGFX to support -C/--color-curve in -r/--reverse mode (#2110)

Clarifies error message when RGBGFX reverse mode has `-c` mismatching `-p`.
This commit is contained in:
Rangi
2026-09-18 17:35:22 -04:00
committed by GitHub
parent 0286d4119e
commit 89403ca23b
9 changed files with 75 additions and 39 deletions
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
warning: Colors reversed from the palette file do not match those specified with '-c'
Colors specified in the palette file: ...versus with '-c':
[#adceefff, <none> , <none> , <none> ] [#abcdefff, <none> , <none> , <none> ]
+3
View File
@@ -0,0 +1,3 @@
-c #abcdef
-s 1
-p reverse_color_mismatch.pal
+1
View File
@@ -0,0 +1 @@
5w