Package: cairo
Function cairo-pattern-get-radial-circles
Lambda Listcairo-pattern-get-radial-circles (pattern) ArgumentsReturn Value x0 -- a double float x coordinate of the center of the first circle y0 -- a double float y coordinate of the center of the first circle r0 -- a double float radius of the first circle x1 -- a double float x coordinate of the center of the second circle y1 -- a double float y coordinate of the center of the second circle r1 -- a double float radius of the second circle status -- :success, or :pattern-type-mismatch if pattern is not a radial gradient pattern Details
Gets the gradient endpoint circles for a radial gradient, each specified as
a center coordinate and a radius. | See also |
2020-12-25