[NUI] Fix ImageColor alpha not applied issue
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 13 Sep 2023 03:04:35 +0000 (12:04 +0900)
committerbshsqa <32317749+bshsqa@users.noreply.github.com>
Thu, 14 Sep 2023 10:40:33 +0000 (19:40 +0900)
commitf5e10f171fb5c33292ab31487aa3fd16a4e19cff
tree21a0d3cd0544baaccd33a1c33365ac7877bcbd33
parentfe8dcbd088335717597cb48997fee74dc24533c2
[NUI] Fix ImageColor alpha not applied issue

Visual look at same value, Visual.MixColor's alpha and Visual.Opacity,
we need to synchronize both values.

Since we don't open Visual.Opacity property for View side
let we control this value inside of View.

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