Searched refs:LV_COLOR_MAKE32 (Results 1 – 2 of 2) sorted by relevance
17 #define GRAD_CM(r,g,b) LV_COLOR_MAKE32(r,g,b)
167 # define LV_COLOR_MAKE32(r8, g8, b8) {{b8, g8, r8, 0xff}} /*Fix 0xff alpha*/ macro