line0-Aegisub-Scripts
line0-Aegisub-Scripts copied to clipboard
ASSWipe - Bad color value truncation
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.