[NUI] Add SetTransitionEffectOption for ImageView's transition effect
authorsunghyun kim <scholb.kim@samsung.com>
Thu, 9 May 2024 08:32:40 +0000 (17:32 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Mon, 20 May 2024 05:41:19 +0000 (14:41 +0900)
commit4aa96017b7d7bfdbc464d2ee1f20132e6bd4acae
treeaa1ddd92504548f3012bbff41278d03d634564a0
parent0d98412243572352da1697c7ce3cae98db03a352
[NUI] Add SetTransitionEffectOption for ImageView's transition effect

This method allows users to configure the blending of two images(previous and currnet) using alpha values.
if only the transition effect is set to true, the default values are used.
however, if options are configured through this API, the effect can be applied with the values desired by the user.

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/310863/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/310864/
src/Tizen.NUI/src/internal/Interop/Interop.ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/ImageViewBindableProperty.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/PlaceHolderImageTest.cs