public void Exclusion() { Rgba32 exclusion = Rgba32.Exclusion(Backdrop, Source); Assert.True(exclusion == new Rgba32(204, 122, 153)); }