Ejemplo n.º 1
0
 public Quantity_Array1OfColor(Quantity_Color theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void Init(Quantity_Color theValue)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void SetRGB(Quantity_Color theRgb)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void SetValue(int theIndex, Quantity_Color theItem)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public Quantity_ColorRGBA(Quantity_Color theRgb, float theAlpha)
     : base()
 {
     throw new NotImplementedException();
 }
 public Quantity_HArray1OfColor(int theLower, int theUpper, Quantity_Color theValue)
     : base()
 {
     throw new NotImplementedException();
 }
 public void fillIndexTable(Quantity_Color theTable)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 8
0
 public bool IsEqual(Quantity_Color theColor1, Quantity_Color theColor2)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 9
0
 public int HashCode(Quantity_Color theColor, int theUpperBound)
 {
     throw new NotImplementedException();
 }