Beispiel #1
0
 public void HueDifference()
 {
     Assert.AreEqual(1.0 / 3, OxyColor.HueDifference(OxyColors.Red, OxyColors.Blue), 1e-6);
 }