public void HardLight() { Rgba32 hardLight = Rgba32.HardLight(Backdrop, Source); Assert.True(hardLight == new Rgba32(0, 82, 51)); }