feat: layer shadow support

This commit is contained in:
DreamMaoMao 2025-07-04 09:38:02 +08:00
parent 5a8d666101
commit 71bcc9dc6a
4 changed files with 102 additions and 3 deletions

View file

@ -190,6 +190,7 @@ float blur_params_contrast = 0.9;
float blur_params_saturation = 1.2;
int shadows = 0;
int layer_shadows = 0;
unsigned int shadows_size = 10;
double shadows_blur = 15;
int shadows_position_x = 0;