foot/tests
Daniel Eklöf 02fff24b4f
config: improve validation of color values, default alpha to 0xff
Reject color values that aren't in either RGB, or ARGB format. That
is, color values that aren't hexadecimal numbers with either 6 or 8
digits.

Also, if a color value is allowed to have an alpha component, and the
user left it out, default to 0xff (opaque) rather than 0x00 (fully
transparent).

Closes #1526
2023-10-26 16:25:57 +02:00
..
meson.build meson: tests: config: add missing ‘wayland_client’ dependency 2022-02-06 12:02:42 +01:00
test-config.c config: improve validation of color values, default alpha to 0xff 2023-10-26 16:25:57 +02:00