Efl.Gfx.Gradient_Linear (interface)

Description

Efl graphics gradient linear interface

Inheritance

Members

end (get, set)

The end point of this linear gradient.
void efl_gfx_gradient_linear_end_get(const Eo *obj, double *x, double *y);
void efl_gfx_gradient_linear_end_set(Eo *obj, double x, double y);


start (get, set)

The start point of this linear gradient.
void efl_gfx_gradient_linear_start_get(const Eo *obj, double *x, double *y);
void efl_gfx_gradient_linear_start_set(Eo *obj, double x, double y);


Inherited

Efl.Gfx.Gradient
spread (get, set) The spread method that should be used for this gradient. The default is Efl.Gfx.Gradient_Spread.pad.
stop (get, set) The list of color stops for the gradient

Events