I am trying to implement a feature for my app, “Night Reading Mode” that reverses the background color from white to black and all texts from black to white.
Instead of changing all the colors for the image/text objects one by one, is there any G2.0 effect/filter that would do the similar thing?
I am thinking to insert a filter in front of all the display objects to simulate this night reading mode, any suggestions?
Thanks.