Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_color.h161 # define LV_COLOR_GET_R32(c) (c).ch.red macro
590 …uint16_t bright = (uint16_t)(3u * LV_COLOR_GET_R32(c32) + LV_COLOR_GET_B32(c32) + 4u * LV_COLOR_GE… in lv_color_brightness()