UMD.HCIL.Piccolo.Activities.PColorActivity.PColorActivity C# (CSharp) Method

PColorActivity() public method

Constructs a new PColorActivity that will animate from the source color to no color, unless the destination color is later set.
public PColorActivity ( long duration, long stepInterval, Target aTarget ) : System
duration long The length of one loop of the activity.
stepInterval long /// The minimum number of milliseconds that this activity should delay between /// steps. ///
aTarget Target /// The object that the activity will be applied to and where the source state /// will be taken from. ///
return System
		public PColorActivity(long duration, long stepInterval, Target aTarget) :
			this(duration, stepInterval, aTarget, Color.Empty) {
		}

Same methods

PColorActivity::PColorActivity ( long duration, long stepInterval, Target aTarget, Color aDestination ) : System
PColorActivity::PColorActivity ( long duration, long stepInterval, int loopCount, ActivityMode mode, Target aTarget, Color aDestination ) : System