TouchGFX: Color tint, is it possible to fix globally?
Discovery board STM32H745I-DISCO. White is white, black is black, other colors are roughly OK-ish, but grays... They are all strongly blue tinted. It looks horrible, however - when I wanted a gray rectangle, I made it yellow "#666000", set the alpha to 48 (over the white background), and well, it's gray now.
Is it possible to apply some color correction globally? For now I just change the colors in designer, then I test how it looks on the device. It takes a lot of time.
Also - the same problem is with the images.
One quick workaround is to add a tinted layer over every screen. It would probably work, but it can't be good for the performance.