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