nexrad default palette to rgba
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run

This commit is contained in:
TerraMaster85 2025-05-17 22:15:56 -04:00
parent 3b552bd890
commit 99afa10c1f

View file

@ -342,11 +342,7 @@ fn colorize(
color.red,
color.green,
color.blue,
if color.red == 0 && color.green == 0 && color.blue == 0 {
0
} else {
255
},
color.alpha,
])
}
None => Rgba([0, 0, 0, 30]),