Piccolo.NET

PColorActivity Constructor

Constructs a new PColorActivity that will animate from the source color to no color, unless the destination color is later set.

Overload List

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);

See Also

PColorActivity Class | UMD.HCIL.Piccolo.Activities Namespace