[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
is it possible to ignore dark theme completely?
[Thread Prev] | [Thread Next]
- Subject: is it possible to ignore dark theme completely?
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Mon, 3 Jun 2024 20:52:58 +0100
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
So I just discovered my Blockski+ program looks terrible if dark theme is used. Many of the self drawn button images and game images are inverting colors where i do not want them to. Can my program be forced to ignore dark theme and load things without modification? Or will i need to re-invert every image that is being effected by this? That's what i have been doing, something like If Application.DarkTheme Then $hPicture = $hPicture.Image.Invert(True).Picture But it'd be handy if i could get the program to render the same regardless of dark theme or not. Respects BruceS
Attachment:
Untitled.jpg
Description: JPEG image
Re: is it possible to ignore dark theme completely? | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |