Say I have a style that I want to change:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style parent="Widget.TitlePageIndicator" name="Widget.MyTitlepageIndicator">
<item name="footerColor">#14A804</item>
</style>
</resources>
And I want to change the value of "footerColor", more specifically cycle through the spectrum. Is this possible? How would I obtain a reference to that memory address?