Searched defs:U_RGBA2BGRA (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libuemf/ | ||
H A D | uemf.h | 1593 #define U_RGBA2BGRA(rgb) U_BGRA(U_RGBAGetR(rgb),U_RGBAGetG(rgb),U_RGBAGetB(rgb),U_RGBAGetA(rgb)} //!< Set any BGRA color from an RGBA color macro |
Completed in 59 milliseconds