Package: cairo

Function cairo-set-operator

Lambda List

cairo-set-operator (cr op)

Arguments

cr -- a cairo-t context
op -- a compositing operator, specified as a cairo-operator-t

Details

Sets the compositing operator to be used for all drawing operations. See the cairo-operator-t enumeration for details on the semantics of each available compositing operator.

The default operator is :over.
 

See also

2021-12-12