public void GTest()
 {
     ProjectParametersDTMDTMColor target = new ProjectParametersDTMDTMColor(); // TODO: Initialize to an appropriate value
     int expected = 0; // TODO: Initialize to an appropriate value
     int actual;
     target.G = expected;
     actual = target.G;
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void ProjectParametersDTMDTMColorConstructorTest()
 {
     ProjectParametersDTMDTMColor target = new ProjectParametersDTMDTMColor();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }