Functions | |
void | evas_object_gradient_type_set (Evas_Object *obj, const char *name, const char *params) |
Sets the geometric type displayed by the given gradient object. | |
void | evas_object_gradient_type_get (Evas_Object *obj, char **name, char **params) |
Retrieves the type name and params of the given gradient object. |
Examples are "linear", "radial", "rectangular", "sinusoidal", ... Some types may accept added parameters to further specify the look.
|
Retrieves the type name and params of the given gradient object.
|
|
Sets the geometric type displayed by the given gradient object.
|