[NUI] Fix bug that PreMultipliedAlpha not applied to Visual
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 27 May 2022 12:20:56 +0000 (21:20 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 2 Jun 2022 09:14:59 +0000 (18:14 +0900)
commitbc2a2488b60b110fbdd7decacb0c18fdbd9e0c79
tree8e3c6126acb540a7a4c0c4f353cb78ddc6fce194
parent401fdd783df1f139eb2283d453678d69e02fb770
[NUI] Fix bug that PreMultipliedAlpha not applied to Visual

Due to the PreMultipliedAlpha property used
both ImageView and ImageVisual internally,
(+ This property don't required re-create new Visual)

We need to make some new way to send this changness
news into ImageVisual.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/ImageViewBindableProperty.cs
test/Tizen.NUI.Devel.Tests.Ubuntu/Tizen.NUI.Devel.Tests/testcase/TSImageView.cs