-
b1f7243d
by Ziqing Hui at 2025-07-21T15:21:53+02:00
comctl32/tests: Check RGB value in test_alpha.
We only check alpha value before, now also check red, green, blue.
-
2b50cd66
by Ziqing Hui at 2025-07-21T15:21:53+02:00
comctl32/tests: Test image bitmap bits in test_alpha.
We use ImageList_Draw and test the draw result before.
Now adding tests which get bitmap bits directly.
-
85360590
by Ziqing Hui at 2025-07-21T15:21:53+02:00
comctl32/tests: Test adding 32bpp images with alpha to 24bpp image list.
-
84ded6eb
by Ziqing Hui at 2025-07-21T15:21:53+02:00
comctl32/tests: Use winetest_{push,pop}_context in test_alpha.
-
81c6ae76
by Ziqing Hui at 2025-07-21T15:21:53+02:00
comctl32/tests: Test image flags in test_alpha.
-
29933f1d
by Ziqing Hui at 2025-07-21T15:21:53+02:00
comctl32/tests: Also test v5 with test_alpha().