11-12-2025, 09:39 PM
I liked how mstasak color mod improved the looks, so I also added a mod to change the color brightness for more dynamics.
Right before the LINE call to finally draw the plasma, add this:
'below changes color brightness over time
'for added dynamics.
brit = .85 + Sin(t * .6 + a * .001) * .6
r = r * brit
g = g * brit
b = b * brit
@mstasak, with your permission, I will posted the update code with all the color mods, giving you credit in the code of course.
- Dav
Right before the LINE call to finally draw the plasma, add this:
'below changes color brightness over time
'for added dynamics.
brit = .85 + Sin(t * .6 + a * .001) * .6
r = r * brit
g = g * brit
b = b * brit
@mstasak, with your permission, I will posted the update code with all the color mods, giving you credit in the code of course.
- Dav

