mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-20 12:47:06 +00:00
Halt processing when any ambiguous-transparency colors exist (#2093)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
error: Color #ff000080 is neither transparent (alpha < 16) nor opaque (alpha >= 240) (first seen at (0, 0))
|
||||
error: Color #0000ff80 is neither transparent (alpha < 16) nor opaque (alpha >= 240) (first seen at (0, 4))
|
||||
FATAL: Image contains 2 ambiguous colors (neither transparent nor opaque)
|
||||
Conversion aborted after 3 errors
|
||||
Reference in New Issue
Block a user