Searched defs:SP_RGBA32_F_COMPOSE (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ | ||
H A D | color.h | 32 #define SP_RGBA32_F_COMPOSE(r,g,b,a) SP_RGBA32_U_COMPOSE (SP_COLOR_F_TO_U (r), SP_COLOR_F_TO_U (g), SP_COLOR_F_TO_U (b), SP_COLOR_F_TO_U (a)) macro |
Completed in 21 milliseconds