Searched defs:U_BGRA2RGBA (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libuemf/ | ||
H A D | uemf.h | 1594 #define U_BGRA2RGBA(rgb) U_RGBA(U_BGRAGetR(rgb),U_BGRAGetG(rgb),U_BGRAGetB(rgb),U_BGRAGetA(rgb)} //!< Set any RGBA color from an BGRA color macro |
Completed in 102 milliseconds