ColorTests NonByteComponentThrowsError 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 NonByteComponentThrowsError()
Examples

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