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();
 }