I have this UIColor:
The left color is shown on light appearance
The right color is shown on dark appearance
I want to be able to get the right color when the device is on light appearance,
and be able to get the left color when the device is on dark appearance.
I know I can just duplicate it and create another color, and use that one, but is there a way to get all the variations from a UIColor variable from code? thanks
