Пример #1
0
        public void GetSaturationTest()
        {
            ExtendedColors ec = ExtendedColors.FromKnownColor(KnownExtendedColors.MareaBaja);
            Color          c  = Color.FromArgb(unchecked ((int)0xFF2E5464));

            Assert.AreEqual(Math.Round(c.GetSaturation(), MidpointRounding.AwayFromZero), Math.Round(ec.GetSaturation(), MidpointRounding.AwayFromZero));
        }