public Quantity_Array1OfColor(Quantity_Color theBegin, int theLower, int theUpper) : base() { throw new NotImplementedException(); }
public void Init(Quantity_Color theValue) { throw new NotImplementedException(); }
public void SetRGB(Quantity_Color theRgb) { throw new NotImplementedException(); }
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(); }
public bool IsEqual(Quantity_Color theColor1, Quantity_Color theColor2) { throw new NotImplementedException(); }
public int HashCode(Quantity_Color theColor, int theUpperBound) { throw new NotImplementedException(); }