Constructs a new PColorActivity that will animate from the source color to no color, unless the destination color is later set.
Constructs a new PColorActivity that animate between the source and destination colors in the order specified by the mode, looping the given number of iterations.
public PColorActivity(long,long,int,ActivityMode,Target,Color);
Constructs a new PColorActivity that will animate from the source color to no color, unless the destination color is later set.
public PColorActivity(long,long,Target);
Constructs a new PColorActivity that will animate from the source color to the destination color.
public PColorActivity(long,long,Target,Color);
PColorActivity Class | UMD.HCIL.Piccolo.Activities Namespace