Efl.Gfx.Gradient_Radial.focal

Description

The focal point of this radial gradient.

Values

  • x - X co-ordinate of focal point
  • y - Y co-ordinate of focal point

Signature

@property focal @pure_virtual {
    get {}
    set {}
    values {
        x: double;
        y: double;
    }
}

C signature

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);

Implemented by