From: jmm Date: Tue, 24 Sep 2024 06:58:06 +0000 (+0900) Subject: Change default background blur effect downscale factor X-Git-Tag: dali_2.3.43~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94ec7cb7df3634a2fca941b82dffbf45b66c7f85;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Change default background blur effect downscale factor Change-Id: I48bccabe7540b880a4e26aecf7da18181763adbb --- diff --git a/dali-csharp-binder/dali-toolkit/render-effects-wrap.cpp b/dali-csharp-binder/dali-toolkit/render-effects-wrap.cpp index 22a200f1..3aa70359 100644 --- a/dali-csharp-binder/dali-toolkit/render-effects-wrap.cpp +++ b/dali-csharp-binder/dali-toolkit/render-effects-wrap.cpp @@ -42,7 +42,7 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_BackgroundBlurEffect_New__SWIG_1(unsig Dali::Toolkit::BackgroundBlurEffect blurEffect; { try { - blurEffect = Dali::Toolkit::BackgroundBlurEffect::New(0.4f, pixelRadius); + blurEffect = Dali::Toolkit::BackgroundBlurEffect::New(0.25f, pixelRadius); } CALL_CATCH_EXCEPTION(0); }