Efl.Gfx.Gradient_Radial (interface)

Description

Efl graphics gradient radial interface

Inheritance

Members

center (get, set)

The center of this radial gradient.
void efl_gfx_gradient_radial_center_get(const Eo *obj, double *x, double *y);
void efl_gfx_gradient_radial_center_set(Eo *obj, double x, double y);


focal (get, set)

The focal point of this radial gradient.
void efl_gfx_gradient_radial_focal_get(const Eo *obj, double *x, double *y);
void efl_gfx_gradient_radial_focal_set(Eo *obj, double x, double y);


radius (get, set)

The radius of this radial gradient.
double efl_gfx_gradient_radial_radius_get(const Eo *obj);
void efl_gfx_gradient_radial_radius_set(Eo *obj, double r);


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