Package: cairo
Function cairo-mesh-pattern-set-corner-color-rgb
Lambda Listcairo-mesh-pattern-set-corner-color-rgb (pattern corner-num red green blue) Argumentspattern -- a cairo-pattern-t instance corner-num -- an unsigned integer with the corner to set the color for red -- a double float red component of color green -- a double float green component of color blue -- a double float blue component of color Details
Sets the color of a corner of the current patch in a mesh pattern. The color is specified in the same way as for the function cairo-set-source-rgb. Valid values for corner-num are from 0 to 3 and identify the corners as explained for the function cairo-pattern-create-mesh. Note | See also |
2020-12-13