From cc78ef450649a10f260649dc3ba19ac8a6b88e86 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 9 Nov 2021 15:34:30 +0100 Subject: [PATCH] feat(draw) add LV_BLEND_MODE_MULTIPLY --- docs/overview/style-props.md | 132 ++++----- scripts/style_api_gen.py | 2 +- src/core/lv_obj_style_gen.c | 6 +- src/core/lv_obj_style_gen.h | 9 +- src/draw/lv_draw_blend.c | 32 ++- src/misc/lv_style.h | 1 + src/misc/lv_style_gen.h | 534 +++++++++++++++++------------------ 7 files changed, 371 insertions(+), 345 deletions(-) diff --git a/docs/overview/style-props.md b/docs/overview/style-props.md index e6e892030..a8ed3b49d 100644 --- a/docs/overview/style-props.md +++ b/docs/overview/style-props.md @@ -1,11 +1,11 @@ # Style properties ## Size and position -Properties related to size, position, alignment and layout of objects. +Properties related to size, position, alignment and layout of the objects. ### width -Sets the width of an object. Pixel, percentage and `LV_SIZE_CONTENT` values can be used. Percentage values are relative to the width of the parent's content area. +Sets the width of object. Pixel, percentage and `LV_SIZE_CONTENT` values can be used. Percentage values are relative to the width of the parent's content area.