Constructors in edu.umd.cs.piccolo.activities with parameters of type PColorActivity.Target |
PColorActivity(long duration,
long stepRate,
int loopCount,
int mode,
PColorActivity.Target aTarget,
Color aDestination)
Create a new PColorActivity. |
PColorActivity(long duration,
long stepRate,
PColorActivity.Target aTarget)
Constructs a color activity for the given target that will animate for
the duration provided at an interval of stepRate. |
PColorActivity(long duration,
long stepRate,
PColorActivity.Target aTarget,
Color aDestination)
Constructs a color activity for the given target that will animate for
the duration provided at an interval of stepRate from the target's starting color to the destination color. |