mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Add alphaMod mod
This commit is contained in:
committed by
Sergey Luzyanin
parent
5d5ee62e70
commit
fe5abd6eda
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user