Package: cairo
Function cairo:pattern-radial-circles
Lambda Listcairo:pattern-radial-circles (pattern) ArgumentsReturn Value    x0 -- a number for the x coordinate for the center of the first      circle  y0 -- a number for the y coordinate for the center of the first circle r0 -- a number for the radius for the first circle x1 -- a number for the x coordinate for the center of the second circle y1 -- a numbe for the y coordinate for the center of the second circle r1 -- a number for the radius for the second circle Details      
    Gets the gradient endpoint circles for a radial gradient, each specified as
    a center coordinate and a radius.    Returns nil it the pattern is not a radial gradient pattern.   Notes | See also | 
2025-09-02