Searched defs:fg (Results 1 – 3 of 3) sorted by relevance
945 static inline lv_color_t color_blend_true_color_additive(lv_color_t fg, lv_color_t bg, lv_opa_t opa) in color_blend_true_color_additive()998 static inline lv_color_t color_blend_true_color_subtractive(lv_color_t fg, lv_color_t bg, lv_opa_t … in color_blend_true_color_subtractive()1024 static inline lv_color_t color_blend_true_color_multiply(lv_color_t fg, lv_color_t bg, lv_opa_t opa) in color_blend_true_color_multiply()
187 uint8_t cw, ch, fg, bg; in read_plain_text_ext() local
452 uint32_t fg = (uint32_t)((uint32_t)c1.full | ((uint32_t)c1.full << 16)) & 0x7E0F81F; in lv_color_mix() local