Home
last modified time | relevance | path

Searched defs:GO_COLOR_FROM_RGB (Results 1 – 2 of 2) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/goffice-bits/goffice/utils/
H A Dgo-color.h46 #define GO_COLOR_FROM_RGB(r,g,b) ((((guint)(r&0xff))<<24)|(((guint)(g&0xff))<<16)|((guint)(b&0xff)<… macro
/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-color.h50 #define GO_COLOR_FROM_RGB(r,g,b) GO_COLOR_FROM_RGBA((r),(g),(b),0xff) macro