summaryrefslogtreecommitdiff
path: root/src/effects/gaussian_blur_effect.h
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-15 17:10:56 +0100
committerskal <pascal.massimino@gmail.com>2026-02-15 17:10:56 +0100
commitba074d45c10cecd18b09f408d92ff57f9472e901 (patch)
tree008ca4fe3e443884cabd2e62a378e073243c6224 /src/effects/gaussian_blur_effect.h
parentf074964f9a39644fc2acd901b137eca345fdae5a (diff)
clang-format
Diffstat (limited to 'src/effects/gaussian_blur_effect.h')
-rw-r--r--src/effects/gaussian_blur_effect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects/gaussian_blur_effect.h b/src/effects/gaussian_blur_effect.h
index 651c5c3..bf1062f 100644
--- a/src/effects/gaussian_blur_effect.h
+++ b/src/effects/gaussian_blur_effect.h
@@ -8,9 +8,9 @@
// Parameters for GaussianBlurEffect (set at construction time)
struct GaussianBlurParams {
- float strength = 1.0f; // Default
+ float strength = 1.0f; // Default
float strength_audio = 0.5f; // how much to pulse with audio
- float stretch = 1.f; // y/x axis ratio
+ float stretch = 1.f; // y/x axis ratio
float _pad = 0.;
};
static_assert(sizeof(GaussianBlurParams) == 16,