Method Cairo.RadialGradient()->get_radial_circles()


Method get_radial_circles

array(float) get_radial_circles()

Description

Gets the gradient endpoint circles for a radial gradient, each specified as a center coordinate and a radius.

Returns
Array
float 0

the x coordinate of the center of the first circle

float 1

the y coordinate of the center of the first circle

float 2

the radius of the first circle

float 3

the x coordinate of the center of the second circle

float 4

the y coordinate of the center of the second circle

float 5

the radius of the second circle

There are no comments to this page yet!