Пример #1
0
 public bool IsDifferent(QuantityColor Other)
 {
     return(Quantity_Color_IsDifferent8FD7F48(Instance, Other.Instance));
 }
Пример #2
0
 public bool IsEqual(QuantityColor Other)
 {
     return(Quantity_Color_IsEqual8FD7F48(Instance, Other.Instance));
 }
Пример #3
0
 public double SquareDistance(QuantityColor AColor)
 {
     return(Quantity_Color_SquareDistance8FD7F48(Instance, AColor.Instance));
 }
Пример #4
0
 public void Delta(QuantityColor AColor, ref double DC, ref double DI)
 {
     Quantity_Color_DeltaA6E67349(Instance, AColor.Instance, ref DC, ref DI);
 }
Пример #5
0
 public QuantityColor Assign(QuantityColor Other)
 {
     return(new QuantityColor(Quantity_Color_Assign8FD7F48(Instance, Other.Instance)));
 }
Пример #6
0
 public static void Argb2color(int theARGB, QuantityColor theColor)
 {
     Quantity_Color_Argb2color8575C8EE(theARGB, theColor.Instance);
 }
Пример #7
0
 public static void Color2argb(QuantityColor theColor, ref int theARGB)
 {
     Quantity_Color_Color2argbDE9AF5DE(theColor.Instance, ref theARGB);
 }