Home
last modified time | relevance | path

Searched refs:LV_COLOR_SET_B32 (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/misc/
Dlv_color.h158 # define LV_COLOR_SET_B32(c, v) (c).ch.blue = (uint8_t)((v) & 0xFF) macro
385 LV_COLOR_SET_B32(ret, LV_COLOR_GET_B(color) * 85); /*(2^8 - 1)/(2^2 - 1) = 255/3 = 85*/ in lv_color_to32()
421 LV_COLOR_SET_B32(ret, (LV_COLOR_GET_B(color) * 263 + 7) >> 5); in lv_color_to32()