public int HashCode(Quantity_ColorRGBA theColor, int theUpperBound)
 {
     throw new NotImplementedException();
 }
 public bool IsEqual(Quantity_ColorRGBA theColor1, Quantity_ColorRGBA theColor2)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public bool ColorFromHex(char theHexColorString, Quantity_ColorRGBA theColor, bool theAlphaComponentIsOff)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public bool ColorFromHex(char theHexColorString, Quantity_ColorRGBA theColor)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public bool ColorFromName(string theColorNameString, Quantity_ColorRGBA theColor)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public bool IsDifferent(Quantity_ColorRGBA theOther)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public Quantity_ColorRGBA(Quantity_ColorRGBA parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #8
0
 public TCollection_AsciiString ColorToHex(Quantity_ColorRGBA theColor)
 {
     throw new NotImplementedException();
 }
Пример #9
0
 public TCollection_AsciiString ColorToHex(Quantity_ColorRGBA theColor, bool theToP_refixHash)
 {
     throw new NotImplementedException();
 }