factory Vec3b(int v1, int v2, int v3) { final p = calloc<cvg.Vec3b>() ..ref.val1 = v1 ..ref.val2 = v2 ..ref.val3 = v3; return Vec3b._(p); }