[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: is it possible to ignore dark theme completely?
[Thread Prev] | [Thread Next]
- Subject: Re: is it possible to ignore dark theme completely?
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Tue, 4 Jun 2024 01:49:42 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
On Mon, 3 Jun 2024 at 23:17, Benoît Minisini < benoit.minisini@xxxxxxxxxxxxxxxx> wrote: > Le 03/06/2024 à 21:52, Bruce Steers a écrit : > > 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 > > > > Do not use Picture[] if you don't want automatic conversion to dark > theme. Use Picture.Load() instead. > > Regards, > > -- > Benoît Minisini. > Thanks Ben I just added some info about this to the wiki Picture pages Respects BruceS
is it possible to ignore dark theme completely? | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: is it possible to ignore dark theme completely? | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |