SGColor SG_EXPORT sgColor1ubv(const SGubyte* g) { return sgColor1ub(g[0]); }
SGColor SG_CALL sgColor1ubp(const SGubyte* g) { return sgColor1ub(g[0]); }