Beispiel #1
0
 public Quantity_Array1OfColor(Quantity_Color theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void Init(Quantity_Color theValue)
 {
     throw new NotImplementedException();
 }
 public void SetRGB(Quantity_Color theRgb)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public void SetValue(int theIndex, Quantity_Color theItem)
 {
     throw new NotImplementedException();
 }
 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();
 }
Beispiel #8
0
 public bool IsEqual(Quantity_Color theColor1, Quantity_Color theColor2)
 {
     throw new NotImplementedException();
 }
Beispiel #9
0
 public int HashCode(Quantity_Color theColor, int theUpperBound)
 {
     throw new NotImplementedException();
 }