Package: cairo
Function cairo:pattern-linear-points
Lambda Listcairo:pattern-linear-points (pattern) ArgumentsReturn Value    x0 -- a number for the x coordinate of the first point  y0 -- a number for the y coordinate of the first point y0 -- a number for the x coordinate of the second point y1 -- a number for the y coordinate of the second point Details      
    Gets the gradient endpoints for a linear gradient.    Returns nil if the pattern is not a linear gradient pattern.   Notes | See also | 
2025-09-02