diff --git a/docs/src/details/common-widget-features/styles/style-properties.rst b/docs/src/details/common-widget-features/styles/style-properties.rst index 367efeda8f..212d4db05f 100644 --- a/docs/src/details/common-widget-features/styles/style-properties.rst +++ b/docs/src/details/common-widget-features/styles/style-properties.rst @@ -1357,6 +1357,34 @@ color_filter_opa The intensity of mixing of color filter. +.. raw:: html + + + +recolor +~~~~~~~ + +Set a color to mix to the obj. + +.. raw:: html + + + +recolor_opa +~~~~~~~~~~~ + +Sets the intensity of color mixing. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent. A value of 255, `LV_OPA_100` or `LV_OPA_COVER` means fully opaque. Intermediate values like LV_OPA_10, LV_OPA_20, etc result in semi-transparency. + .. raw:: html