Fix runtime color alpha composition

This commit is contained in:
gem
2026-06-09 11:26:51 +08:00
parent 45ab9d7861
commit 8d2c97269a
4 changed files with 62 additions and 9 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## Unreleased
- Fixed Runtime node color alpha composition so `#AARRGGBB` alpha now multiplies with node/runtime alpha instead of being overwritten.
## 0.1.0
- Initial extracted package skeleton for `flame_lua_runtime`.