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

/inkscape/src/
H A Dcolor.h22 #define SP_RGBA32_G_U(v) (((v) >> 16) & 0xff) macro
28 #define SP_RGBA32_G_F(v) SP_COLOR_U_TO_F (SP_RGBA32_G_U (v))

Completed in 26 milliseconds