Efl.Gfx.Color: add color_code{}
authorAmitesh Singh <amitesh.sh@samsung.com>
Thu, 21 Dec 2017 05:48:41 +0000 (14:48 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 10 Jan 2018 11:08:13 +0000 (20:08 +0900)
commit6f49849d94363b44d8b0ae6ad95599203d03ce28
tree5495a57ea271e5ee8f2b22759d321fe0faec23c2
parent65979f7be2f510d1721a93a57b6183e658f31f06
Efl.Gfx.Color: add color_code{}

color_code allows user to pass/get the color hex string
(e.g. efl_gfx_color_code_set(o, "#FFAA22CC"))

Also make this interface as mixin class.
src/Makefile_Efl.am
src/bin/elementary/test_bg.c
src/lib/efl/interfaces/efl_gfx_color.c [new file with mode: 0644]
src/lib/efl/interfaces/efl_gfx_color.eo
src/lib/efl/interfaces/efl_interfaces_main.c