Searched defs:U_BGRA2RGBA (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Duemf.h1594 #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