Entity2D LastColor Property Delta Engine Documentation

Namespace: DeltaEngine.Rendering2D
Assembly: DeltaEngine.Rendering2D (in DeltaEngine.Rendering2D.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public Color LastColor { get; set; }

Property Value

Type: Color
Remarks

Tests: DeltaEngine.Scenes.Tests.Controls.LabelTests
Examples

1 unit tests call DeltaEngine.Rendering2D.Entity2D.LastColor
[Test, CloseAfterFirstFrame]
public void ColorDoesNotInterpolateAtCreation()
{
    Assert.AreEqual(label.Color, label.LastColor);
}
See Also