public int HashCode(Quantity_ColorRGBA theColor, int theUpperBound)
 {
     throw new NotImplementedException();
 }
 public bool IsEqual(Quantity_ColorRGBA theColor1, Quantity_ColorRGBA theColor2)
 {
     throw new NotImplementedException();
 }
 public bool ColorFromHex(char theHexColorString, Quantity_ColorRGBA theColor, bool theAlphaComponentIsOff)
 {
     throw new NotImplementedException();
 }
 public bool ColorFromHex(char theHexColorString, Quantity_ColorRGBA theColor)
 {
     throw new NotImplementedException();
 }
 public bool ColorFromName(string theColorNameString, Quantity_ColorRGBA theColor)
 {
     throw new NotImplementedException();
 }
 public bool IsDifferent(Quantity_ColorRGBA theOther)
 {
     throw new NotImplementedException();
 }
 public Quantity_ColorRGBA(Quantity_ColorRGBA parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public TCollection_AsciiString ColorToHex(Quantity_ColorRGBA theColor)
 {
     throw new NotImplementedException();
 }
 public TCollection_AsciiString ColorToHex(Quantity_ColorRGBA theColor, bool theToP_refixHash)
 {
     throw new NotImplementedException();
 }