Conversation

How to transform black into any given color using only CSS filters? The answer: Use simultaneous perturbation stochastic approximation to probabilistically obtain an approximation of the color through a chain of filter transforms... stackoverflow.com/a/43960991 Web development.
1
12
Can use codepen.io/sosuke/pen/Pjo to generate a filter chain closely approximately the color via the probabilistic algorithm above. Tweaking it to use a loop until it gets one with insignificant loss is simple enough and it doesn't take long. How is the web this screwed up though?
Show replies