From 4a1c6d6322ef7e5021df6190920e42dc0bc06df9 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 15 May 2018 15:26:00 +0300 Subject: Embedded Mirta project in solution. --- Software/Visual_Studio/Tango.UnitTesting/ColorLib_TST.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Software/Visual_Studio/Tango.UnitTesting') diff --git a/Software/Visual_Studio/Tango.UnitTesting/ColorLib_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/ColorLib_TST.cs index 3fc02976c..cbec7e86b 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/ColorLib_TST.cs +++ b/Software/Visual_Studio/Tango.UnitTesting/ColorLib_TST.cs @@ -27,15 +27,15 @@ namespace Tango.UnitTesting conversionInput.ColorSpace = PMR.ColorLab.ColorSpace.Rgb; conversionInput.InputCoordinates = new InputCoordinates(); - conversionInput.SegmentLength = 100; + conversionInput.SegmentLength = 10; conversionInput.InputCoordinates.Red = 50; conversionInput.InputCoordinates.Green = 100; conversionInput.InputCoordinates.Blue = 200; - conversionInput.ThreadL = 100; - conversionInput.ThreadA = 0.00526049995830391; - conversionInput.ThreadB = -0.010408184525267927; + conversionInput.ThreadL = 92.1815; + conversionInput.ThreadA = 2.2555; + conversionInput.ThreadB = -10.9325; using (ObservablesContext db = ObservablesContext.CreateDefault()) { -- cgit v1.3.1