public void SoftLight()
        {
            Rgba32 softLight = Rgba32.SoftLight(Backdrop, Source);

            Assert.True(softLight == new Rgba32(163, 90, 0));
        }