Jump to content

Colorpop::how To Use Different Ramp Starts Per Particle


sanostol

Recommended Posts

Hi,

i want to emit particles by a split, and they get the color by the sourceparticle that has a ramp over its lifetime. but I want to fade the color to for example black over the lifetime, no matter what color they started with.

for example the sourceparticle has a ramp on its life from green to blue.

the emitted particles should start at with the picked color and fade to black.

is this possible?

Link to comment
Share on other sites

Again use the Color POP but use the expression mode for both Cd and Alpha.

You want to use an expression that looks like:

fit01($LIFE, $CR, 0)

fit01($LIFE, $CG, 0)

fit01($LIFE, $CB, 0)

and same for alpha.

Edited by old school
Link to comment
Share on other sites

thanks

Again use the Color POP but use the expression mode for both Cd and Alpha.

You want to use an expression that looks like:

fit01($LIFE, $CR, 0)

fit01($LIFE, $CG, 0)

fit01($LIFE, $CB, 0)

and same for alpha.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...