NightWhistler / HtmlSpanner

Android HTML rendering library with CSS support
http://nightwhistler.github.io/HtmlSpanner/
868 stars 209 forks source link

implement contrast patcher #83

Closed fm-sys closed 1 year ago

fm-sys commented 2 years ago

Useful e.g. for rendering dark theme versions of the HTML

This will change nothing about the default rendering experience, but will allow apps to patch the font color if wanted...

Use case: A black font color on transparent background will be invisible in dark theme. However, the app could add a contrast check to convert a black font color to white if necessary, but leave all other colors unchanged. More advanced contrast handling are possible as well, of course...