cairoSetOperator: cairoSetOperator
Description
Sets the compositing operator to be used for all drawing
operations. See CairoOperator for details on the semantics of
each available compositing operator.Usage
cairoSetOperator(cr, op)
Details
XXX: I'd also like to direct the reader's attention to some
(not-yet-written) section on cairo's imaging model. How would I do
that if such a section existed? (cworth).