Function Context.setOperator

Sets the compositing operator to be used for all drawing operations. See Operator for details on the semantics of each available compositing operator.

The default operator is CAIRO_OPERATOR_OVER.

Prototype

void setOperator(
  cairo_operator_t op
);

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1