diff options
author | György Straub <g.straub@partner.samsung.com> | 2020-12-31 09:34:16 +0000 |
---|---|---|
committer | Adeel Kazmi <adeel.kazmi@samsung.com> | 2021-01-04 19:12:46 +0000 |
commit | fd72b2661f9469dcec25f404fa556661349eae52 (patch) | |
tree | 13d69bef4e9768714954f5283f646ba93b84ffdf /resources/po | |
parent | 7c6e5f5fc21c97831378c0a83b6047f3daf8c2c4 (diff) | |
download | dali-demo-fd72b2661f9469dcec25f404fa556661349eae52.tar.gz dali-demo-fd72b2661f9469dcec25f404fa556661349eae52.tar.bz2 dali-demo-fd72b2661f9469dcec25f404fa556661349eae52.zip |
Added Colour Transition example.
Demonstrates colour transition using flow maps and uv rotation / scaling.
Flow maps are greyscale images where the value of the pixels signifies the
progress of the animation, which is added to an animated value which we
use to lerp between old and new colour.
The colour of the content is used to scale the source / target colour, i.e.
white is affected most, dark is affected less.
Controls:
- Double-tap middle (33%) of screen: transition using random flow map;
- Double-tap outside the middle of screen: transition using one of the
effects (flow maps) mapped to the given segment of the screen;
Change-Id: I8767d7632f30e489f9546c0f862bcdd05bb0305a
Signed-off-by: György Straub <g.straub@partner.samsung.com>
Diffstat (limited to 'resources/po')
-rwxr-xr-x | resources/po/en_GB.po | 3 | ||||
-rwxr-xr-x | resources/po/en_US.po | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/resources/po/en_GB.po b/resources/po/en_GB.po index 2445e703..8b9bb904 100755 --- a/resources/po/en_GB.po +++ b/resources/po/en_GB.po @@ -46,6 +46,9 @@ msgstr "Clipping" msgid "DALI_DEMO_STR_TITLE_CLIPPING_DRAW_ORDER" msgstr "Clipping Draw Order" +msgid "DALI_DEMO_STR_TITLE_COLOR_TRANSITION" +msgstr "Colour Transition" + msgid "DALI_DEMO_STR_TITLE_COLOR_VISUAL" msgstr "Colour Visual" diff --git a/resources/po/en_US.po b/resources/po/en_US.po index d31b85eb..e3be5339 100755 --- a/resources/po/en_US.po +++ b/resources/po/en_US.po @@ -46,6 +46,9 @@ msgstr "Clipping" msgid "DALI_DEMO_STR_TITLE_CLIPPING_DRAW_ORDER" msgstr "Clipping Draw Order" +msgid "DALI_DEMO_STR_TITLE_COLOR_TRANSITION" +msgstr "Color Transition" + msgid "DALI_DEMO_STR_TITLE_COLOR_VISUAL" msgstr "Color Visual" |