You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 toimscHTML.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.
The text was updated successfully, but these errors were encountered: