We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3548465 commit 681a436Copy full SHA for 681a436
1 file changed
data/resources/CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 4/26/2026
2
+
3
+### Features
4
5
+Support for stencil and alpha masking is now available through ImGui to c++ and lua. This allows for
6
+creating more advanced effects like rounded corners on anything or gradient text.
7
8
+- For more info see [mq/imgui/AlphaMask.h](https://github.com/macroquest/macroquest/blob/master/include/mq/imgui/AlphaMask.h).
9
+- An example is available via `/lua run examples/imgui_mask_demo`
10
11
12
## 4/22/2026
13
14
### Bug fixes
0 commit comments