adracea / rsubs-lib

rust library for subtitle manipulation and conversion
https://crates.io/crates/rsubs-lib
MIT License
12 stars 7 forks source link

Allow empty ssa color #57

Closed bytedream closed 5 months ago

bytedream commented 5 months ago

Apparently an empty string is a valid ssa color. This reorganizes how colors are handles in general with ssa. I've wrapped all colors in the SSA struct in an Option and changed the Default impl to omit any default color.