Commit Graph

4 Commits

Author SHA1 Message Date
Amitesh Singh 62b3813ae4 Efl.Gfx.Color_Class: move color_class_code{} to color_class intf.
Ideally it should have belong to color_class interface from beginning.
2018-01-16 18:03:23 +09:00
Amitesh Singh d18de6b1b8 Efl.Gfx.color: move the common code to util file.
color class & other common classes will use it later.
2018-01-12 12:22:02 +09:00
Amitesh Singh 44b6aa16c1 Efl.Gfx.Color: add color_class_code.set/get{} method 2018-01-02 15:41:34 +09:00
Amitesh Singh e2cb16c78b 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.
2017-12-22 13:29:20 +09:00