I have a button that has it's Back Color property set to Accent 1. When it is clicked I would like the Back Color to be changed to Accent 2.
How do I find out the value of the Accent 2 color so I can apply it to the button? I don't just want to find out and hardcode the current color number because the color in Accent 2 may change. I need the number at the time the button is clicked.
How do I find out the value of the Accent 2 color so I can apply it to the button? I don't just want to find out and hardcode the current color number because the color in Accent 2 may change. I need the number at the time the button is clicked.