line0-Aegisub-Scripts icon indicating copy to clipboard operation
line0-Aegisub-Scripts copied to clipboard

ASSWipe - Bad color value truncation

Open SilvoSwordo opened this issue 5 years ago • 0 comments

Processing this white line : Dialogue: 0,0:00:00.00,0:00:05.00,Default,,0,0,0,,{\c&H00FFFFFF&}Test Creates a yellow line : Dialogue: 0,0:00:00.00,0:00:05.00,Default,,0,0,0,,{\c&H00FFFF&}Test

I don't know if the first line is actually expected behavior, but that's the format returned by line.styleref.color1

Possible correction : truncate the leftmost digits rather than the rightmost.

SilvoSwordo avatar Feb 05 '20 20:02 SilvoSwordo