Esempio n. 1
0
 public Quantity_Color(double theC1, double theC2, double theC3, Quantity_TypeOfColor theType)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void SetValues(double theC1, double theC2, double theC3, Quantity_TypeOfColor theType)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public void DefaultBackgroundColor(Quantity_TypeOfColor theType, ref double theV1, ref double theV2,
                                    ref double theV3)
 {
     throw new NotImplementedException();
 }