Efl.Gfx.Color (mixin)

Description

Efl Gfx Color mixin class

Since 1.22

Members

color (get, set)

The general/main color of the given Evas object.
void efl_gfx_color_get(const Eo *obj, int *r, int *g, int *b, int *a);
void efl_gfx_color_set(Eo *obj, int r, int g, int b, int a);


color_code (get, set)

Hexadecimal color code of given Evas object (#RRGGBBAA).
const char *efl_gfx_color_code_get(const Eo *obj);
void efl_gfx_color_code_set(Eo *obj, const char *colorcode);


Events