19#ifndef __com_sun_star_rendering_CompositeOperation_idl__
20#define __com_sun_star_rendering_CompositeOperation_idl__
22module
com { module sun { module star { module rendering {
41constants CompositeOperation
83 const byte INSIDE = 5;
98 const byte OUTSIDE = 7;
const byte OVER
Copy the source over the destination.
Definition CompositeOperation.idl:69
const byte UNDER
Copy the source under the destination.
Definition CompositeOperation.idl:76
const byte ATOP_REVERSE
Copy the destination over the source.
Definition CompositeOperation.idl:121
const byte OUTSIDE_REVERSE
Leave the destination as is.
Definition CompositeOperation.idl:105
const byte ATOP
Copy the source over the destination.
Definition CompositeOperation.idl:113
const byte SATURATE
Saturate source and destination.
Definition CompositeOperation.idl:145
const byte INSIDE_REVERSE
Leave the destination as is.
Definition CompositeOperation.idl:90
const byte SOURCE
Copy source as-is to the destination.
Definition CompositeOperation.idl:55
const byte DESTINATION
Leave the destination as-is.
Definition CompositeOperation.idl:62
Definition Ambiguous.idl:22