Package: cairo

Function cairo-pattern-get-rgba

Lambda List

cairo-pattern-get-rgba (pattern)

Arguments

pattern -- a cairo-pattern-t instance

Return Value

red -- a double float red component of color
green -- a double float green component of color
blue -- a double float blue component of color
alpha -- a double float alpha component of color
status -- :success, or :pattern-type-mismatch if the pattern is not a solid color pattern

Details

Gets the solid color for a solid color pattern.
 

See also

2020-12-25