backend: add new property: BORDER_COLOR

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2022-01-12 13:34:37 +00:00
parent aa57d3f64a
commit ffe1b79881
4 changed files with 14 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ enum image_properties {
// Gives the image a rounded corner.
// 1 double, default: 0
IMAGE_PROPERTY_CORNER_RADIUS,
// Border color
// 1 struct color, default: black
IMAGE_PROPERTY_BORDER_COLOR,
};
enum image_operations {