BoardTests BoardTopLeftColor Method Delta Engine Documentation

Namespace: Drench.Tests
Assembly: Drench.Tests (in Drench.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void BoardTopLeftColor()
Examples

[Test]
public void BoardTopLeftColor()
{
    Assert.AreEqual(new Color(0.5f, 1.0f, 1.0f), board.GetColor(0, 0));
}
See Also