|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module awt {
@ OVERPAINT
sets all pixel as written in the output operation.
Definition: RasterOperation.idl:33
@ ZEROBITS
All bits which are affected by this operation are set to 0.
Definition: RasterOperation.idl:44
@ INVERT
All bits which are affected by this operation are inverted.
Definition: RasterOperation.idl:54
RasterOperation
These values are used to specify the binary pixel-operation applied when pixels are written to the de...
Definition: RasterOperation.idl:29
@ ALLBITS
All bits which are affected by this operation are set to 1.
Definition: RasterOperation.idl:49
Definition: Ambiguous.idl:20
@ XOR
uses the pixel written as one and the current pixel as the other operator of an exclusive or-operatio...
Definition: RasterOperation.idl:39