How do I change the complication icon color dynamically in the renderer class?
I can set the color and other styles while creating the watchface in the createComplicationSlotsManager inside the canvasComplicationFactory, but after that if the user picks a color or any other setting (using the userStyle) it does not apply to the complications even though I create my complicationDrawable using the data from the userStyle...