Efl.Image: Move alpha to Efl.Gfx.Buffer
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 11 Mar 2016 07:13:13 +0000 (16:13 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 15 Mar 2016 02:11:59 +0000 (11:11 +0900)
commitb23909844160196b654c13fbd7c20320e359c508
tree6ec4d6cfce53d75bfa1d92997e86d9679f96c495
parent97c9ced648ec1e25f1e6b997652c6c235bab1c74
Efl.Image: Move alpha to Efl.Gfx.Buffer

The buffer class is more low-level and alpha is a pretty
common property. I still wonder how to share it with the canvas
and other things.

It doesn't belong to Efl.Gfx.Base since we could have plain old
buffers that are not evas objects (only in-memory buffers) but
Efl.Gfx.Base may also need the alpha flag.
src/lib/efl/interfaces/efl_gfx_buffer.eo
src/lib/efl/interfaces/efl_image.eo
src/lib/evas/canvas/evas_image.eo
src/lib/evas/canvas/evas_object_image.c