Searched refs:colorref3_set (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libuemf/
H A Duemf.h1582 #define colorref_set colorref3_set //!< Most frequent usage is 3 colors, so set the unqualified one to that
1583 #define U_RGB(r,g,b) colorref3_set(r, g, b) //!< Set any RGB color with an {r,g,b} triplet
3398 U_COLORREF colorref3_set(uint8_t red, uint8_t green, uint8_t blue);
H A Duemf.c1551 U_COLORREF colorref3_set( function

Completed in 53 milliseconds