As described in this answer, it is possible to change, for example, the color of a progress bar using a Content Filter (in this specific case, the "Hue Adjust" Content Filter).
It seems like you can only achieve this from within Xcode's Interface Builder; however, I'd like to programmatically enable/disable Content Filters. So, for example, I'd like to enable the Hue Adjust Content Filter so that the progress bar turns is green, and disable it sometime later from within a function, so that goes back to blue. Is this possible?