Learn R Programming

RGtk2 (version 2.8.8)

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)

Arguments

cr
op
[CairoOperator] a compositing operator, specified as a CairoOperator

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).