Searched refs:g_2 (Results 1 – 1 of 1) sorted by relevance
335 uint16_t g_2 = (c2.ch.green_h << 3) + c2.ch.green_l; in lv_color_to1() local336 uint16_t g_out = (uint16_t)((uint16_t)g_1 * mix + (g_2 * (255 - mix))) >> 8; in lv_color_to1()
Completed in 3 milliseconds