Add alphaMod mod

This commit is contained in:
Vladimir Privezenov
2025-06-29 22:38:09 +03:00
committed by Sergey Luzyanin
parent 5d5ee62e70
commit fe5abd6eda
2 changed files with 20 additions and 0 deletions

View File

@ -2073,6 +2073,10 @@
RGBA.A = 255 * val;
break;
}
case "alphaMod": {
RGBA.A = RGBA.A * val;
break;
}
case"blue": {
RGBA.B = this.CrgbtoRgbColor(val);
break;