[NUI] Supports window background blur.
authorWonsik Jung <sidein@samsung.com>
Wed, 28 Aug 2024 08:40:08 +0000 (17:40 +0900)
committerSangHyeon Jade Lee <dltkdgus1764@gmail.com>
Wed, 4 Sep 2024 09:37:54 +0000 (18:37 +0900)
commita6022005fe050ed1614f9023c31e0031e1a56a7a
tree516898780fa50bf79c6aaf8d950d1e5a36fa8295
parent8db15b92eceafb675e880f2597fcd3434e41ac0f
[NUI] Supports window background blur.

Supports window background blur.
This new APIs is to request window blur to window manager.
Next time, behind blur will be added.
src/Tizen.NUI/src/internal/Interop/Interop.Window.cs
src/Tizen.NUI/src/internal/Interop/Interop.WindowBlurInfo.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Common/NUIConstants.cs
src/Tizen.NUI/src/public/Window/Window.cs
src/Tizen.NUI/src/public/Window/WindowBlurInfo.cs [new file with mode: 0644]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/WindowTest1.cs