Added support for animating the background color of a view.
authorDavid Steele <david.steele@samsung.com>
Thu, 15 Jun 2017 17:48:04 +0000 (18:48 +0100)
committerDavid Steele <david.steele@samsung.com>
Mon, 19 Jun 2017 11:19:07 +0000 (12:19 +0100)
commit899d417779ac73b0916d4d13c12605015df4eb59
treed6b995cafe975222257e25abfcee99333a9cff02
parent8dd1c7bf32f585eab1a5302c0f9a0bd0888c96b4
Added support for animating the background color of a view.

The View background is animated using a new API AnimateBackgroundColor
via the CreateTransition method, which has been left protected for the moment
(It's only supposed to be used by custom view implementations).

Change-Id: I5853a9fecbac06f2aff3846f27769f944c7a9d77
Signed-off-by: David Steele <david.steele@samsung.com>
NUISamples/NUISamples/NUISamples.TizenTV/examples/visuals-using-custom-view/ContactData.cs
NUISamples/NUISamples/NUISamples.TizenTV/examples/visuals-using-custom-view/ContactView.cs
NUISamples/NUISamples/NUISamples.TizenTV/examples/visuals-using-custom-view/visuals-using-custom-view.cs
NUISamples/NUISamples/NUISamples.TizenTV/res/images/mask.png [new file with mode: 0644]
src/Tizen.NUI/src/internal/ManualPINVOKE.cs
src/Tizen.NUI/src/public/AlphaFunction.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs