1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 08:17:34 +00:00
serenity/Userland/Libraries/LibCards
Sam Atkins 09d42261c7 LibCards: Keep markings visible on very dark or light backgrounds
Color::lightened() and Color::darkened() multiply the color values, so
they don't work for black. So for simplicity, we use a semi-transparent
white or black instead.
2023-10-04 20:10:04 +02:00
..
Card.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Card.h LibCards: Adjust card design 2023-10-04 13:46:49 +01:00
CardGame.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
CardGame.h Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
CardPainter.cpp LibCards: Adjust card design 2023-10-04 13:46:49 +01:00
CardPainter.h GamesSettings+LibCards: Get rid of DeprecatedString 2023-07-06 10:15:37 +01:00
CardStack.cpp LibCards: Keep markings visible on very dark or light backgrounds 2023-10-04 20:10:04 +02:00
CardStack.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00