public class ColorParticleModifier<T extends IEntity> extends BaseTripleValueSpanParticleModifier<T>
| Constructor and Description |
|---|
ColorParticleModifier(float pFromTime,
float pToTime,
float pFromRed,
float pToRed,
float pFromGreen,
float pToGreen,
float pFromBlue,
float pToBlue) |
ColorParticleModifier(float pFromTime,
float pToTime,
float pFromRed,
float pToRed,
float pFromGreen,
float pToGreen,
float pFromBlue,
float pToBlue,
IEaseFunction pEaseFunction) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onSetInitialValues(Particle<T> pParticle,
float pRed,
float pGreen,
float pBlue) |
protected void |
onSetValues(Particle<T> pParticle,
float pPercentageDone,
float pRed,
float pGreen,
float pBlue) |
onSetInitialValues, onSetValues, reset, resetonSetInitialValue, onSetValue, resetonInitializeParticle, onUpdateParticlepublic ColorParticleModifier(float pFromTime,
float pToTime,
float pFromRed,
float pToRed,
float pFromGreen,
float pToGreen,
float pFromBlue,
float pToBlue)
public ColorParticleModifier(float pFromTime,
float pToTime,
float pFromRed,
float pToRed,
float pFromGreen,
float pToGreen,
float pFromBlue,
float pToBlue,
IEaseFunction pEaseFunction)
protected void onSetInitialValues(Particle<T> pParticle, float pRed, float pGreen, float pBlue)
onSetInitialValues in class BaseTripleValueSpanParticleModifier<T extends IEntity>protected void onSetValues(Particle<T> pParticle, float pPercentageDone, float pRed, float pGreen, float pBlue)
onSetValues in class BaseTripleValueSpanParticleModifier<T extends IEntity>