Efl.Gfx.Gradient (interface)

Description

Efl graphics gradient interface

Members

spread (get, set)

The spread method that should be used for this gradient. The default is Efl.Gfx.Gradient_Spread.pad.
Efl_Gfx_Gradient_Spread efl_gfx_gradient_spread_get(const Eo *obj);
void efl_gfx_gradient_spread_set(Eo *obj, Efl_Gfx_Gradient_Spread s);


stop (get, set)

The list of color stops for the gradient
void efl_gfx_gradient_stop_get(const Eo *obj, const Efl_Gfx_Gradient_Stop **colors, unsigned int *length);
void efl_gfx_gradient_stop_set(Eo *obj, const Efl_Gfx_Gradient_Stop *colors, unsigned int length);


Events