Add highlight/shadow controls for beveled items

This commit is contained in:
Jack Zeal 2026-04-06 20:09:51 -07:00
parent 6dffb80d6a
commit b2803b8f4d
14 changed files with 173 additions and 19 deletions

View file

@ -15,6 +15,8 @@ struct lab_scene_rect_options {
int height;
enum border_type border_type;
int bevel_width;
int highlight;
int shadow;
};
struct lab_scene_rect {