VARP cvtColor(VARP src, int code, {int dstCn = 0}) { final pOut = c.mnn_cv_cvtColor(src.ptr, code, dstCn); final rval = VARP.fromPointer(pOut); return rval; }