cv_type
c.r = (cv_type)uround(r);
c.g = (cv_type)uround(g);
c.b = (cv_type)uround(b);
c.a = (cv_type)uround(a);
c.r = (cv_type)uround(r);
c.g = (cv_type)uround(g);
c.b = (cv_type)uround(b);
c.v = (cv_type)uround(v);