Evas filters: Fix blend with color with rgba buffers
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 12 Jun 2015 06:44:31 +0000 (15:44 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 12 Jun 2015 07:53:14 +0000 (16:53 +0900)
commit8b897144ac1c61da0d30c747a2d77928d6e238ff
tree038bbb619bd4474b1750f91328070d7fba52a000
parent38c3c5a0d6a173e8d2e29c424e89f8d622a20934
Evas filters: Fix blend with color with rgba buffers

- blend { color = red }
- blur { color = red }
were not working with RGBA input. This patch fixes that.

@fix
src/lib/evas/filters/evas_filter.c
src/lib/evas/filters/evas_filter_blend.c