Posts: 134
Threads: 10
Joined: Nov 2011
Reputation:
0
How can I make a color to color fade by a value?
I have a progress bar textdraw and I want to fade color from green to red.
Can someone help me?
Posts: 99
Threads: 1
Joined: Mar 2013
Reputation:
0
You set a timer that changes the color of a texdraw background from green to red, every function call of the timer decreases the green color (from 255 to 0) and increase the red (from 0 to 255), then u generate a color from these variables
Posts: 134
Threads: 10
Joined: Nov 2011
Reputation:
0
@****** I will looking in your scripts.
@OrMisicL if you can write an exemple just to make an ideea.