[NUI] Fix color format to #RRGGBBAA from #AARRGGBB (#3225)
authorJiyun Yang <ji.yang@samsung.com>
Tue, 29 Jun 2021 05:33:25 +0000 (14:33 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 29 Jun 2021 06:46:52 +0000 (15:46 +0900)
commit10409713991783cf6175ced51c569659f221bbf2
treed1952a5924cc8fcc46e605d5109141284ffcb51d
parent0f8b73a6369635f694fa09589e25ba8cdf0ae57b
[NUI] Fix color format to #RRGGBBAA from #AARRGGBB (#3225)

In NUI Color, the color hex format is defined as #RRGGBBAA but in xaml it is #AARRGGBB.
This can cause mess confusing to user so we decided to make them same: #RRGGBBAA

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/XamlBinding/ColorTypeConverter.cs