NextPreviousHomeparticle color

2da4est | 10 years ago | 2 comments | 1,554 views

I created a white particle. Cloverleaf is white and is a .png file. I have changed both the 1st color, 2nd color and tolorence. I can not get it to change completely to green. It still looks yellow. My ambient light is yellow. How do I get a better, more solid color?




Share this on FacebookShare this on X

Maybe you are using an additive effect.

With additive blending the RGB values of the background are added to the RGB values of your particles.

If the background is yellow (255,255,0) the particles can never be green (0,255,0) because the red component is already 255.

So, what you have to do is to apply an effect without additive blending:
1) select the particle layer (with the dropdown above the PLAY button)
2) press F9 (or choose MEDIA > CHANGE EFFECT... or press the CHANGE EFFECT... button)
3) try another effect, for example NotLightened_NoZWrite.fx

michiel, 10 years ago


That was it!!! Thank you so much.

2da4est, 10 years ago

Comment to this article

You must be logged in before you can comment to this article. Login | Register