ColorTests MissingComponentThrowsError Method Delta Engine Documentation

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

public void MissingComponentThrowsError()
Examples

[Test]
public void MissingComponentThrowsError()
{
    Assert.Throws<Color.InvalidNumberOfComponents>(() => new Color("R=1,B=3,A=4"));
}
See Also