[NUI] Add View.ColorRed / ColorBlue / ColorGreen Property
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 16 Sep 2022 05:41:26 +0000 (14:41 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 21 Sep 2022 05:52:33 +0000 (14:52 +0900)
commitce796607c168bb88dc66a55095f04d84b2540fbc
treef08cdc8f49dfb9c2e90ad3b5ecc1d6959a55a821
parent84c40a6f7f625e447f9e59d03989c675a7437aa4
[NUI] Add View.ColorRed / ColorBlue / ColorGreen Property

Previously, we can only change whole color components (RGBA)
or change Opacity (A).

If we change only RGB values without change Opacity value,
we need to get opacity property first, and make new Color().

To change each components without create new Color class,
We make new property to change each components.

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