MCPcopy Create free account
hub / github.com/WallBreaker2/op / OpCmpColor

Function OpCmpColor

libop/c_api/op_c_api.cpp:653–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653int 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
657int 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) {

Callers

nothing calls this directly

Calls 3

call_retFunction · 0.85
safe_textFunction · 0.85
CmpColorMethod · 0.45

Tested by

no test coverage detected