Functions | |
void | evas_object_gradient_fill_set (Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h) |
Sets the rectangle on the gradient object that the gradient will be drawn to. | |
void | evas_object_gradient_fill_get (Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h) |
Retrieves the dimensions of the rectangle on the gradient object that the gradient will use as its fill rect. |
|
Retrieves the dimensions of the rectangle on the gradient object that the gradient will use as its fill rect. See evas_object_gradient_fill_set for more details.
|
|
Sets the rectangle on the gradient object that the gradient will be drawn to.
Note that the gradient may be tiled around this one rectangle, according to its spread value - restrict, repeat, or reflect. To have only one 'cycle' of the gradient drawn, the spread value must be set to restrict, or
The default values for the fill parameters is
|