Searched refs:ARGB_TO_COLOR8888 (Results 1 – 2 of 2) sorted by relevance
28 #define ARGB_TO_COLOR8888(a, r, g, b) \ macro
32 return ARGB_TO_COLOR8888(0xff, color.Red, color.Green, color.Blue); in gifColorToColor8888()