LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_rendering_CompositeOperation_idl__
20 #define __com_sun_star_rendering_CompositeOperation_idl__
22 module
com { module sun { module star { module rendering {
41 constants CompositeOperation
const byte SATURATE
Saturate source and destination.
Definition: CompositeOperation.idl:145
const byte SOURCE
Copy source as-is to the destination.
Definition: CompositeOperation.idl:55
const byte OUTSIDE
Copy the source to the destination.
Definition: CompositeOperation.idl:98
const byte UNDER
Copy the source under the destination.
Definition: CompositeOperation.idl:76
const byte ATOP
Copy the source over the destination.
Definition: CompositeOperation.idl:113
const byte CLEAR
Clear the destination.
Definition: CompositeOperation.idl:48
const byte ADD
Add source and destination values.
Definition: CompositeOperation.idl:138
const byte XOR
Combine source and destination by exclusive or.
Definition: CompositeOperation.idl:129
const byte INSIDE
Copy the source to the destination.
Definition: CompositeOperation.idl:83
const byte INSIDE_REVERSE
Leave the destination as is.
Definition: CompositeOperation.idl:90
const byte DESTINATION
Leave the destination as-is.
Definition: CompositeOperation.idl:62
Definition: Ambiguous.idl:22
const byte ATOP_REVERSE
Copy the destination over the source.
Definition: CompositeOperation.idl:121
const byte OVER
Copy the source over the destination.
Definition: CompositeOperation.idl:69
const byte OUTSIDE_REVERSE
Leave the destination as is.
Definition: CompositeOperation.idl:105