feat(blend): add blend difference mode (#7796)

This commit is contained in:
Felix Biego
2025-02-21 21:29:29 +03:00
committed by GitHub
parent fc5c156385
commit 728546adb7
11 changed files with 53 additions and 2 deletions

View File

@@ -1369,7 +1369,7 @@ An initialized ``lv_style_transition_dsc_t`` to describe a transition.
blend_mode
~~~~~~~~~~
Describes how to blend the colors to the background. Possible values are `LV_BLEND_MODE_NORMAL/ADDITIVE/SUBTRACTIVE/MULTIPLY`
Describes how to blend the colors to the background. Possible values are `LV_BLEND_MODE_NORMAL/ADDITIVE/SUBTRACTIVE/MULTIPLY/DIFFERENCE`
.. raw:: html