| 651 | } |
| 652 | |
| 653 | int OP_CALL OpCmpColor(op_handle handle, int x, int y, const wchar_t *color, double sim) { |
| 654 | return call_ret(handle, [&](op::Op &op, long *ret) { op.CmpColor(x, y, safe_text(color), sim, ret); }); |
| 655 | } |
| 656 | |
| 657 | int OP_CALL OpFindColor(op_handle handle, int x1, int y1, int x2, int y2, const wchar_t *color, double sim, int dir, |
| 658 | int *x, int *y) { |