Fix text color issue 93/183793/4
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 11 Jul 2018 06:20:43 +0000 (15:20 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 17 Jul 2018 15:30:17 +0000 (16:30 +0100)
commitadcf577fae6cb7dc6f9754717028d315bf7703fa
tree4c97a8ee05ec9b71c50346b07d52dc344c4c8e19
parent81b7ee547b9dc5fbbd25359364cbffaff6cb1870
Fix text color issue

- Alpha values are pre-multiplied in all text cases. Don't multiply alpha in text shaders.
- Make Renderer's opacity 0 only if a text color's alpha is zero to skip rendering

Change-Id: Ie27ecf23d5b38a2234466ba4963a4a04103b5a45
automated-tests/src/dali-toolkit/utc-Dali-TextLabel.cpp
dali-toolkit/internal/text/text-scroller.cpp
dali-toolkit/internal/visuals/text/text-visual.cpp