Blending enum clean-up 95/68295/1
authorPaul Wisbey <p.wisbey@samsung.com>
Tue, 3 May 2016 09:19:30 +0000 (10:19 +0100)
committerPaul Wisbey <p.wisbey@samsung.com>
Tue, 3 May 2016 09:20:33 +0000 (10:20 +0100)
commit1ce3840498d934a541c553611e1556c7b5efec94
treed2c1834c1b2697d405c6e6c5bb0238b4d3bfb16a
parentbc7afd196b762a8cf22f3561fedce09535afa96b
Blending enum clean-up

We were previously using a mixture of BLEND and BLENDING in enums.
The order of the BLEND_FACTOR enums & string names was also inconsistent.

As a rule of thumb always use Blend & BLEND for namespaces & enums/constants
(not Blending or BLENDING)

Change-Id: I63f7b59cf7c5c234eda979d55213a2994e90860a
adaptors/emscripten/wrappers/dali-wrapper.cpp