mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix wrong alpha value in ass
This commit is contained in:
parent
3770fc0346
commit
c850b30d35
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/danmaku-converter.min.js
vendored
2
min/danmaku-converter.min.js
vendored
File diff suppressed because one or more lines are too long
@ -284,7 +284,7 @@ Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
|
||||
{
|
||||
this.title = title;
|
||||
this.font = font;
|
||||
this.alpha = Math.round(alpha * 100);
|
||||
this.alpha = Math.round(alpha * 100).toString(16).toUpperCase();
|
||||
this.duration = duration;
|
||||
this.blockTypes = blockTypes;
|
||||
this.resolution = resolution;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user