It is currently April 18th, 2024, 1:20 am

Display half transparent picture on the screen during playing game

Get help with installing and using Rainmeter.
NexlayH
Posts: 2
Joined: March 7th, 2018, 12:37 pm

Display half transparent picture on the screen during playing game

Post by NexlayH »

Hi, I need to display half transparent picture on the screen when I am playing game. Can I do it with Rainmeter? :D
User avatar
balala
Rainmeter Sage
Posts: 16143
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Display half transparent picture on the screen during playing game

Post by balala »

NexlayH wrote:Hi, I need to display half transparent picture on the screen when I am playing game. Can I do it with Rainmeter? :D
Yeah, you can, using an Image meter, like the following one:

Code: Select all

[MeterImage]
Meter=Image
ImagePath=PATH-OF-THE-IMAGE
X=0
Y=0
ImageAlpha=125
The ImageAlpha option sets the transparency. 255 is fully opaque, 0 is completely transparent. Half transparent is eg with ImageAlpha=125.
NexlayH
Posts: 2
Joined: March 7th, 2018, 12:37 pm

Re: Display half transparent picture on the screen during playing game

Post by NexlayH »

Thanks :)
User avatar
balala
Rainmeter Sage
Posts: 16143
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Display half transparent picture on the screen during playing game

Post by balala »

But did it help?