-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Some players want to provide customisation adjustments to modify the appearance of the rendered subtitles. Add a mechanism for doing this.
I suggest basing this on bbc#2 which adds an optional options parameter to imscHTML.render().
Color customisation can be quite complex. I have some experimental code that separates out the concept of matching a color or a range of colors from the resulting action to take to modify the color, so that it can be extended. For example, rotating the hue around a color circle, adjusting the saturation or brightness, simply replacing one color with another, etc. are all potential options.