Is it possible to programmatically change the brightness of a C++ Builder/Delphi styled application, without actually changing the style and loading it back in real time? Could not find anything like a master brightness setting. Note I do not want to change the brightness of the entire screen, just the styled elements in my application (like Adobe does).
Update: referring to VCL, not FMX.